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

Reflect changes to ./DOCS.md and ./examples/ on https://aussieplusplus.vercel.app/ #33

Open
jwfxpr opened this issue Nov 4, 2021 · 3 comments

Comments

@jwfxpr
Copy link
Contributor

jwfxpr commented Nov 4, 2021

I'm unfamiliar with vercel (I'm not a web dev at all), but I noticed that updates and corrections that have been made to ./DOCS.md and the contents of ./examples/ are not (yet) reflected on the aussieplusplus.vercel.app landing page. 😊

The contents of DOCS.md should be rendered to the Docs section towards the bottom of the page.

The contents of the examples folder should be populated to the drop-down list for the editing area.

Surely there should be a straightforward way to automate that...?

@zackradisic
Copy link
Owner

The Vercel build step will copy the docs from the root dir for the site (see here), but you're right in that we definitely need to automate populating examples from the folder into the site's dropdown. I can write a quick script to do that 👍

@jwfxpr
Copy link
Contributor Author

jwfxpr commented Nov 7, 2021

The Vercel build step will copy the docs from the root dir for the site (see here)

Okay, well... Perhaps I'm missing something? Because I can see there in the json that something seems to be happening with the docs (again, web dev is not my thing), and yet the docs on the page are the same as the first version of the docs, so whatever it's doing doesn't appear to be following through to the page correctly.

🤷‍♂️

@bbrk24
Copy link

bbrk24 commented Mar 18, 2022

What's the status on this? I have a branch that fixes this at least temporarily, see the diff here, but if it's supposed to be done automatically that's a deeper issue I wouldn't know how to fix.

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

No branches or pull requests

3 participants