Docs and Spica site is together.
To start project, run: yarn start
We are generating our docs from markdown and typescript files through bazel rules. (Checkout /tools/dgeni directory.). The generated documents will be copied into assets directory under the hood.
You can generate document with running commands.
For content docs (guide, concept eg.), run: yarn ibazel build //docs/content
To serve spica site locally run;
# Change directory to site
cd docs/site
# Server the site
ng serveExample links;
http://localhost:4200/assets/docs/content/doc-list.json # Generated Concept & Guide docs