- Notifications
You must be signed in to change notification settings - Fork928
docs: move README to root#1630
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
docs: move README to root#1630
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We noticed that when you download the repo as a ZIP from GitHub, itplaces the `README.md` in the root, which causes the relative links tobreak.By moving it to the root, this will fix that issue.
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.
This LGTM. I actually kinda like how the docs folder doesn't have a root and gets straight to the point. As the project advances more, I can see the need for adocs/README.md
too versus the overview/quickstart content on./README.md
. Also tagging@khorne3 for thoughts
It appears we were manually moving the `README.md`. This should have been updated in#1630 but slipped through CI
It appears we were manually moving the `README.md`. This should have been updated in#1630 but slipped through CI
We noticed that when you download the repo as a ZIP from GitHub, itplaces the `README.md` in the root, which causes the relative links tobreak.By moving it to the root, this will fix that issue.
It appears we were manually moving the `README.md`. This should have been updated in#1630 but slipped through CI
Uh oh!
There was an error while loading.Please reload this page.
We noticed that when you download the repo as a ZIP from GitHub, it
places the
README.md
in the root, which causes the relative links tobreak.
By moving it to the root, this will fix that issue.
Testing
README.md
Fixes#1240