How do `/docs` can be accessed?
Closed this issue · 9 comments
There is no /docs
directory in flarum.github.io
repository, what is the method that makes https://flarum.org/docs/
exists? Don't docs
repository need to be compiled?
We use nginx directory rules for the /docs
directory I believe, all docs (and everything required to test them) can be found on the flarum/docs repo.
It looks like the flarum site is hosted on github.io
, but I don't see the compiled /docs
directory and any html
files for the documents in the flarum.github.io
repository, does it means that the website hosted on github.io
can directly access the uncompiled vuepress document repository and then compile it online?
No. I don't know of this repository is used for anything anymore. We have another repo with the website that compiles the docs every time it's deployed - not through GitHub Pages.
@datitisev It appears that this repo is strictly here to redirect flarum.github.io to flarum.org at this point. We could probably empty all the actual contents and leave only the config and basic readme.
If that's an option, we should do it. We should avoid confusing community members who want to contribute to the site. We should also probably disable the issue tracker for this repo.
We'll want to keep the issues because there's nowhere else for issue reporting.
That would work too, but we should specify that in the Readme then.
Can this be closed then?
Agreed, the purpose of this repo is now clear in the README.