-
Notifications
You must be signed in to change notification settings - Fork 108
📖 Inital Netlify book structure version of operator #435
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
📖 Inital Netlify book structure version of operator #435
Conversation
eef8e0d
to
37777c0
Compare
#423 is merged and rebased this PR on top of it now, next waiting for Netlify site and DNS issues to be resolved before we take this in. /hold |
This commit puts together skeleton of Netlify book structure and by no means a final one and subject to change and iterations Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
37777c0
to
58ec470
Compare
/hold cancel Netlify site and DNS records are all setup and book is live now: https://cluster-api-operator.sigs.k8s.io/ so, this is ready for review. |
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.
you rock!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Fedosin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@furkatgofurov7 Can you please follow previous naming convention from initial book structure? This way it does not need to update SUMMARY.md, it is done automatically. |
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
LGTM label has been added. Git tree hash: e0eead708b295c50a6f94480c4e6bba0de9c5848
|
What this PR does / why we need it:
This commit puts together the skeleton of Netlify book structure and
by no means a final one and subject to change and iterations. Builds on top of #433 and will be rebased once it is merged.
To try it, run from
docs/book
folder:make build
make serve
http://localhost:3000
to see the local version of the book deployedRelated to: #329