You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using geekdocs for a site we are building, and it's awesome!
We are now at a stage of our project/initiative that we will have different versions/releases of the guidance of our project/initiative and will require the ability for folks to browse the docs for the version they are concerned with, but also be notified that its not the latest version at the same time.
From looking around, this isn't possible today in the geekdocs theme, but it is in the docsy theme.
We'd really love to stay using geekdocs, any chance this feature could be added?
Update
Did some digging in docsy and think we need to take inspiration from these files:
Thanks a lot for your feedback! Yes, that's a feature that I also wanted to have for a long time. If someone wants to implement it, I'm happy to review. As I'm currently working on other projects, it might take some time to get it implemented on my own.
To compile the sass stylesheets (and other artifacts) we use webpack. To simplify the development process a bit, there are npm scripts available to run a dev server. npm install && npm run start will install all requirements and start a webpack dev server and a Hugo dev server in parallel. After starting the setup, the Hugo server is available at http://localhost:1313/ and changes to the sass files as well as content files will trigger a rebuild and frontend reload automatically.
I hope that helps, if you have further questions just let me know.
We are using geekdocs for a site we are building, and it's awesome!
We are now at a stage of our project/initiative that we will have different versions/releases of the guidance of our project/initiative and will require the ability for folks to browse the docs for the version they are concerned with, but also be notified that its not the latest version at the same time.
From looking around, this isn't possible today in the geekdocs theme, but it is in the docsy theme.
We'd really love to stay using geekdocs, any chance this feature could be added?
Update
Did some digging in docsy and think we need to take inspiration from these files:
The text was updated successfully, but these errors were encountered: