Replies: 0 comments 7 replies
-
@egekorkan https://github.com/eclipse-dataspaceconnector/docs should be the place to find information for the rendering process, since it is used to render the output you see at https://eclipse-dataspaceconnector.github.io/docs/. It was moved to a separate repository to allow consolidating the generation with docsify over the different components. |
Beta Was this translation helpful? Give feedback.
-
@egekorkan As @mspiekermann already mentioned, you have to checkout the documentation repository. The GitHub pages are built from there. You can use |
Beta Was this translation helpful? Give feedback.
-
While trying to do a fix for #1822 , I wanted to render my local changes in the same way they would be rendered at https://eclipse-dataspaceconnector.github.io/docs/#/submodule/Connector/samples/02-health-endpoint/ . However, I am not able to find how I can do this. I open the index.html in live server (in vs code) but I cannot progress any further since the links on the cover page are absolute (pointing to the GitHub page).
Then, I have dug in and saw that you are using docsify. After installing it, I ran
docsify serve docs
I still could not access the samples directory using the file paths that are documented at https://docsify.js.org/#/more-pages but then I have realised that samples are not under docs folder so it makes sense that this command does not work.Then I have tried to change the path to
samples
but it did not work until I diddocsify init
in that folder which created two files that should not be created since they are on upstream. At least this way I can see that what I am doing is wrong or not but some explanations on how to render these pages locally would be much appreciated. I am guessing that there is some file manipulation happening for production since the path for the samples is somehowdocs/#/submodule/Connector/samples/02-health-endpoint/
(copy pasting this locally does not work)@juliapampus might be the right person to tag?
Beta Was this translation helpful? Give feedback.
All reactions