📄 Documentation for Certimate
Find a file
2026-04-08 17:07:42 +08:00
.vscode docs: change default locale to English 2026-01-08 18:04:42 +08:00
blog docs: improve docs 2025-12-12 10:45:21 +08:00
docs docs: for v0.4 2025-09-12 13:52:41 +08:00
i18n docs: improve docs 2026-04-08 17:07:42 +08:00
src feat: localized tagline 2026-01-21 10:25:37 +08:00
static docs: upload images to imgur.com 2026-02-06 16:49:25 +08:00
.editorconfig style: format source code 2025-02-26 18:45:51 +08:00
.gitattributes docs: improve docs 2025-12-10 17:50:02 +08:00
.gitignore init 2024-09-01 19:06:45 +08:00
babel.config.js style: format source code 2025-02-26 18:45:51 +08:00
docusaurus.config.ts feat: localized tagline 2026-01-21 10:25:37 +08:00
docusaurus.sidebars.ts docs: for v0.4 2025-09-12 13:52:41 +08:00
LICENSE docs: replace repo links 2025-06-17 19:15:46 +08:00
package-lock.json chore: upgrade dependencies 2026-01-08 18:04:42 +08:00
package.json chore: upgrade dependencies 2026-01-08 18:04:42 +08:00
README.md docs: replace repo links 2025-06-17 19:15:46 +08:00
tsconfig.json i18n 2025-02-27 16:24:57 +08:00

📄 Documentation for Certimate

Please visit docs.certimate.me.

Contributing

This website is built using Docusaurus, a modern static website generator. Site content is written in Markdown format located in docs. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.

Installation

> npm install

Local Development

> npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

> npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.