This website is built using Docusaurus, a modern static website generator.
The site may be previewed at llm-d.github.io before it goes live
If you spot any errors or ommisions in the site, please open an issue at github.com/llm-d/llm-d.github.io
- Make sure you are familiar with how docusaurus builds menus and links to images
- Make sure there are no relative links to any of the llm-d component repositories in your markdown.
- Fork the website repo and deploy a preview version of your proposed change for reviewers to check. This will make obvious any missed links from step 2
$ npm install
$ npm 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.