codeflash/docs
Sarthak Agarwal 36dbdff1c6
Algolio readability fix and document refinement (#242)
* Algolio reability fix and document refinement

* fix

* Update cmd_init.py
2025-05-28 21:28:29 +05:30
..
docs Algolio readability fix and document refinement (#242) 2025-05-28 21:28:29 +05:30
src Algolio readability fix and document refinement (#242) 2025-05-28 21:28:29 +05:30
static update the logos 2025-03-30 15:45:22 -07:00
.gitignore move docs to public 2025-02-13 01:26:19 -05:00
babel.config.js move docs to public 2025-02-13 01:26:19 -05:00
docusaurus.config.ts move docs to public 2025-02-13 01:26:19 -05:00
package.json move docs to public 2025-02-13 01:26:19 -05:00
README.md move docs to public 2025-02-13 01:26:19 -05:00
sidebars.ts move docs to public 2025-02-13 01:26:19 -05:00
tsconfig.json move docs to public 2025-02-13 01:26:19 -05:00

Website

This website is built using Docusaurus, a modern static website generator.

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.

Deployment

Deployment is done automatically via GitHub Actions when the Pull Request changes are merged to the main branch.