-
-
Notifications
You must be signed in to change notification settings - Fork 7
Sync #44
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
base: master
Are you sure you want to change the base?
Sync #44
Conversation
|
I tried to preview this locally, but had trouble getting it to run. |
|
using the |
lkngtn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to get this to work, it doesn't seem the sync function is syncing files correctly, so the redemptions page is missing/not-updated to the file in the redemptions repo.
removed extra package.json in root dir
Revive dead links in "Roles and Responsibilities"
fixed broken links in dandelion org overview page
You don't need to make any changes to view locally anymore `yarn start` should just work, and not changing it each time for deployments seems simpler/safer.
created bug-bounty.md
Fix broken "Learn more" link
Fix broken link to "Projects and Tasks"
|
Hmmm interesting. It totally works for multiple repos/sync files and I've deployed it on multiple Docusauruses for multiple projects. It might be an error where if the docs /sync folder is empty, it technically can't be cleaned so you need to have some placeholder files in there for the thing to work. I'll check it out now to get it working EDIT: got it working! There was something wrong with the sync util, so I swapped it out for the latest one I've been using and it's good to go :) Also incorporated the -rf and .gitignore suggestions |
|
@lkngtn marked the change requests as resolved because I added the fixes to the PRs, but now that I think about it are you supposed to close those or am I? lol |
|
@lkngtn last time I checked this was all working on my machine. Was there anything more you wanted to review or should I go ahead and merge it all in? |
It works. Currently it's only syncing to the Redemptions
overview.mddoc, but we can add more as we get the other apps ready. Note: every time we want the docs to be updated on the website we just have to run the publish script again, and now built into publishing it'll fetch the latest docs from wherever the sync script is pointed to.