-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added initial documentation structure #40
Conversation
✅ Deploy Preview for pxweb2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Added netlify badge in footer template
Added a workflow to build and deploy the documentation to GitHub Pages
Deploying pxweb2 with Cloudflare Pages
|
But you could always install it from source. | ||
|
||
### Install from source | ||
Make usre that you have NodeJS installed. |
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.
Typo:
Make usre that you have NodeJS installed. | |
Make sure that you have NodeJS installed. | |
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.
Looks good except for my mention about Netlify
docs/overrides/partials/footer.html
Outdated
<div class="md-footer-meta md-typeset"> | ||
<div class="md-footer-meta__inner md-grid"> | ||
{% include "partials/copyright.html" %} | ||
<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" /> </a> |
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.
Will we use Netlify?
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.
God catch this was because we had to add this to be able to get an open source subscription from them. Will remove this
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.
Looks good
Added initial documentation structure that utilizes mkdocs with the material theme (https://squidfunk.github.io/mkdocs-material/)
You can run it localy with docker with the following command
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material