-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Sync docs to website #2378
Sync docs to website #2378
Conversation
# Conflicts: # docs/README.md # docs/sources/operations/upgrade.md
Codecov Report
@@ Coverage Diff @@
## master #2378 +/- ##
==========================================
- Coverage 61.65% 61.62% -0.03%
==========================================
Files 160 160
Lines 13565 13565
==========================================
- Hits 8363 8360 -3
- Misses 4579 4580 +1
- Partials 623 625 +2
|
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.
Huzzah!
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 looks great. Can you add .DS_Store
to .gitignore
and remove the file from git?
Yep, removed. |
This is awesome @robbymilo very excited! |
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
What this PR does / why we need it:
Updates the docs to work with the website. Adds a GitHub action to sync the docs to the website repo.
Note that the actual content of the docs moves down one directory level to
sources
as symlinking_index.md
toREADME.md
duplicates the page in the hugo build. Instead, I've keptdocs/README.md
the same and have updated links.See https://github.com/grafana/website/pull/1837.
Todo:
GH_BOT_ACCESS_TOKEN
as a secret in this repo