This repository contains the source for the Ecency documentation site. The site is built with Astro using the Starlight theme.
Documentation content lives in src/content/docs. Each Markdown (.md/.mdx) file in that directory becomes a page in the generated site. Static assets can be placed in public/ and referenced with relative links.
Install dependencies and start a local development server:
yarn install
yarn devThe site will be available at http://localhost:4321 and hot–reloads as you edit files.
To create a production build, run:
yarn buildThe static site is output to the dist/ folder. You can preview the build locally with:
yarn previewImprovements and additions are welcome! Fork this repository, create your changes in src/content/docs, and open a pull request. For more information see the contribution guide.