Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the wiki also accessible directly from Github #33

Open
obiot opened this issue Jul 13, 2022 · 1 comment
Open

make the wiki also accessible directly from Github #33

obiot opened this issue Jul 13, 2022 · 1 comment

Comments

@obiot
Copy link
Member

obiot commented Jul 13, 2022

is there a way maybe to scrap the wiki content directly from Github (like https://github.com/melonjs/melonjs.org/wiki), or maybe having the wiki accessible from this repository (since it's an md file) :
https://github.com/melonjs/melonjs.org/blob/gh-pages/src/pages/wiki/index.md

The latter is not working currently, due to hard link to gh-pages

@L1lith
Copy link
Collaborator

L1lith commented Aug 26, 2022

I believe this is possible. We could either

  • Modify the npm scripts so it scrapes the github each time we run the dev or build commands
  • Make a new command
  • Make it inside of a .astro file that implements getStaticPaths possibly
  • Something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants