Doctave / doctave

A batteries-included developer documentation site generator
https://cli.doctave.com
MIT License
549 stars 33 forks source link

Doctave documentation conflicts with other github pages #22

Closed rhysnewell closed 2 years ago

rhysnewell commented 2 years ago

Hi!

First just want to say thanks for making this package, it's super slick and overall way easier to use than previous documentation builders I've tried.

I've just gotten to the point publishing my docs using the commands specified in the tutorial:

doctave build --release
gh-pages -d site

And this does work. GitHub pages picks up the documentation but it seems to conflict with some of the previous websites I've got set up.

The documentation I'm trying to build looks like this: Lorikeet As you can see, it hasn't loaded correctly and I think this is because the directory structure seems to point to stuff in my github about me page thing: Rhys Newell

I've tried using the base_path variable in the doctave.yaml but that didn't seem to work. If you've got a fix for this please let me know

Cheers, Rhys

rhysnewell commented 2 years ago

Nevermind, it seems that github pages was just showing me a previous version. Updating the base_path variable was the correct fix.