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

Migrate docs to Vuepress #442

Merged
merged 33 commits into from
Nov 30, 2020
Merged

Migrate docs to Vuepress #442

merged 33 commits into from
Nov 30, 2020

Conversation

rbren
Copy link
Member

@rbren rbren commented Nov 18, 2020

This is a first pass at migrating the Polaris docs to Vuepress. Lots of reorganizing as well.

Let me know if there are any docs that I missed.

https://polaris.docs.fairwinds.com/

TODO: switch the docs settings to use the master branch once this is merged.

@codecov
Copy link

codecov bot commented Nov 18, 2020

Codecov Report

Merging #442 (7b19659) into master (51d91c7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #442   +/-   ##
=======================================
  Coverage   45.92%   45.92%           
=======================================
  Files          12       12           
  Lines         699      699           
=======================================
  Hits          321      321           
  Misses        324      324           
  Partials       54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51d91c7...7b19659. Read the comment docs.

Copy link
Contributor

@baderbuddy baderbuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fantastic! I had a couple little nits and that's it.


strategy:
matrix:
node-version: [12.x]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we bump it up to 14?

node-version: ${{ matrix.node-version }}
- run: cd docs-md
- run: npm ci
- run: npm install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm ci and npm install should be redundant

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 fixed

- run: npm run check-links
- run: |
git config user.email "insights@fairwinds.com"
git config user.name "Circle CI"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is running in a GitHub workflow we probably don't want to use the name Circle CI. I wonder if for email address we should use opensource@fairwinds.com?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, copypasta. Fixed, thanks!

@rbren rbren merged commit 1a8fb44 into master Nov 30, 2020
@rbren rbren deleted the rb/vuepress branch November 30, 2020 19:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants