-
Notifications
You must be signed in to change notification settings - Fork 72
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
docs: add provider to the documentation #1027
Conversation
✅ Deploy Preview for polite-licorice-3db33c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1027 +/- ##
==========================================
- Coverage 73.53% 73.43% -0.10%
==========================================
Files 32 32
Lines 3113 3113
==========================================
- Hits 2289 2286 -3
- Misses 717 719 +2
- Partials 107 108 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2805b0b
to
3948348
Compare
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
docs/reference/providers.md
Outdated
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've configured a redirect to the provider overview page.
@@ -31,6 +31,10 @@ theme: | |||
- search.suggest | |||
- search.highlight | |||
- search.share | |||
- content.tooltips |
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.
@@ -31,6 +31,10 @@ theme: | |||
- search.suggest | |||
- search.highlight | |||
- search.share | |||
- content.tooltips | |||
- navigation.instant |
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.
@@ -31,6 +31,10 @@ theme: | |||
- search.suggest | |||
- search.highlight | |||
- search.share | |||
- content.tooltips | |||
- navigation.instant | |||
- navigation.tracking |
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.
https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-tracking
I could go either way on this one but I thought it was cool.
- content.tooltips | ||
- navigation.instant | ||
- navigation.tracking | ||
- navigation.indexes |
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.
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.
Changeset looks good. I left a comment on potential improvement
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
## This PR - adds a section on the install page that lists the available providers - includes the readmes of the available providers ### How to test - Install: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/installation/ - Overview Page: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/ - Go: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/go/ - Java: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/java/ - Node.JS: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/nodejs/ - PHP: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/php/ - .NET: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/dotnet/ - Web: https://deploy-preview-1027--polite-licorice-3db33c.netlify.app/providers/web/ --------- Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This PR
How to test