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

sealer website docs #628

Closed
fanux opened this issue Sep 18, 2021 · 2 comments
Closed

sealer website docs #628

fanux opened this issue Sep 18, 2021 · 2 comments
Assignees
Labels
dev-quickstart simple tasks for new developer help wanted Extra attention is needed

Comments

@fanux
Copy link
Collaborator

fanux commented Sep 18, 2021

https://sealer.vercel.app/

contribute docs guide:

edit markdown files in : https://github.com/alibaba/sealer/tree/main/docs/site/content/docs dir

You can sort the title list using weight:

image

Sign witch page you edit here:

.
├── _index.md
├── advanced
│   ├── ARM.md
│   ├── GPU.md
│   ├── _index.md
│   ├── arch.md   @fanux 
│   ├── cloudrootfs.md
│   └── containerd.md
├── contributing
│   ├── _index.md
│   ├── code-of-conduct.md
│   └── how-to-contribute.md
├── getting-started
│   ├── _index.md
│   ├── applications.md
│   ├── build-cloud-image.md @kakaZhou719 
│   ├── introduction.md
│   ├── run-kubernetes-cluster.md @bxy4543 
│   ├── using-config.md @fanux 
│   └── using-plugin.md @fanux 
├── help
│   ├── _index.md
│   └── faq.md
└── reference
    ├── Kubefile.md
    ├── _index.md
    ├── cli-reference.md
    ├── clusterfile.md
    └── faq.md
@fanux fanux added the kind/feature Category issues or PRs related to feature request label Sep 18, 2021
@fanux
Copy link
Collaborator Author

fanux commented Sep 18, 2021

Run the website locally:

  1. install zola
  2. cd docs/site && zola serve

@fanux fanux added dev-quickstart simple tasks for new developer help wanted Extra attention is needed and removed kind/feature Category issues or PRs related to feature request labels Sep 18, 2021
@github-actions
Copy link

If you want to develop this feature, please reply to this issue first and we will assign the task to you.

contributing guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-quickstart simple tasks for new developer help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants