Skip to content

How do you get access to the wiki files? #68564

Discussion options

You must be logged in to vote

Hi @An-Unnamed-Developer,

Since the wiki is it's own git repository, there's currently no way to programmatically access its contents via the API.

What you can do though, since the wiki is a separate repo and is in markdown, is host the wiki on Github Pages or any static website hosting platform (eg. Cloudfare, Vercel, etc).

If you chose Github Pages, the github wiki uses a different markup than what Jekyll supports, so you also need to convert it to github flavored markdown. I haven't tested these tools personally, but you're free to try them out yourself:

Or use hugo and a perl script to convert github wiki markup to be compliant with hu…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@An-Unnamed-Developer
Comment options

@Nileena
Comment options

@rcriii42
Comment options

Answer selected by An-Unnamed-Developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 participants