-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using DocumenterVitePress as new documentation site #69
base: main
Are you sure you want to change the base?
Conversation
To run it locally, cd into docs, and run:
It will install all dependencies found in the Then open a julia instance in the docs folder, activate the environment and run: include("make.jl") And in another terminal, run:
Then you'll have a site that is served locally. |
The website is here: https://virtualplantlab.github.io/PlantSimEngine.jl/previews/PR69. |
If you're not deploying a custom theme via the Vitepress files, you can remove them + the package.json! |
Thank you for the review @asinghvi17! The website builds nicely locally, but it's not building properly on github pages, do you have any idea why? |
See #60.
Also, remember that we can't merge before LuxDL/DocumenterVitepress.jl#38 is fixed. It will add documentation versioning, which is a required feature for me.
To do: