-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove docs from monorepo #2517
Conversation
|
LGTM! Grab some time with me and we can go over the netlify update for hosting. I'm a bit nervous about losing the docs site as a smoke test in this repo. I think I have an idea on how this can work, if you want to pair on updating https://github.com/withastro/astro/blob/main/scripts/smoke/index.js to git clone the docs + www repos. |
0cd1ac0
to
ea0c2ef
Compare
The migration to https://github.com/withastro/docs is complete (Thank you, @FredKSchott). We haven’t changed the smoke tests in this PR, but I would like this merged to prevent further contributions to this now-out-of-date monorepo version the docs. |
In addition to tests, I'm wondering about the benchmarks in packages/astro/test/benchmark, I don't know if we really use them but they're currently setup to build the docs I think? (unless I'm misreading / interpreting the code) Apart from that, it looks good to my newly-appointed maintainer eyes 😅 |
So lucky! Congrats again @Princesseuh Re: Pr: lgtm, checks pass |
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.
LGTM! After merging, please prioritize updating the smoke tests to use the new external docs
repo, since this was an important integration test for us to catch bugs in PRs before merging.
Hehe. Just another moment. This now has a merge conflict introduced by #2518. Once it’s resolved, I’m merging this quick. 😄 |
b177a95
to
c4b7f1c
Compare
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
Changes
docs
from this project.docs
directory.docs
are removed.docs
are updated in PR template.Testing
Docs