-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add a documentation website #541
Conversation
Affected libs:
|
GitHub Pages links:
|
91b0a64
to
5538afd
Compare
npx vitepress init
d45c050
to
a0f4453
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll just add a commit for displaying the actual version on top
@@ -78,6 +78,9 @@ jobs: | |||
- name: Build demo & web components | |||
run: npm run build:demo | |||
|
|||
- name: Build docs | |||
run: npm run docs:build -- --base=/geonetwork-ui/${{env.BRANCH_NAME}}/docs/ && mkdir -p dist/docs && mv docs/.vitepress/dist/* dist/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a link in the PR comment below to easily access the doc on the branch?
Co-authored-by: Olivia Guyot <[email protected]>
This PR adds a doc website based on Vitepress.
To do: