jan/website
Ramon Perez 04353a289c resolve: merge conflicts from CI deployment fixes
- Resolved conflict in api-server.mdx keeping enhanced content structure
- Resolved conflict in browseruse.mdx using comprehensive incoming version
- Removed deleted PRODUCTS_PAGE_README.md file
- Successfully integrated team's CI deployment improvements
2025-07-29 21:03:45 +10:00
..
2025-07-23 15:10:56 +10:00
2025-07-29 17:52:13 +07:00
2025-07-29 17:52:13 +07:00
2025-07-29 17:52:13 +07:00
2025-07-24 18:18:52 +10:00
2025-07-23 15:10:56 +10:00

Jan's Website

This website is built with Starlight

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

If you want to add new pages, these can go in the src/pages/ directory. Because of the topics plugin we are using (starlight sidebar topics) you will need to exclude them from the sidebar by adding them to the exclude list in astro.config.mjs, e.g., exclude: ['/example'],.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying
bun astro ... Run CLI commands like astro add, astro check
bun astro -- --help Get help using the Astro CLI