If you want to help contribute shardingsphere documents or websites, we are happy to help you! Anyone can contribute, whether you’re new to a project or have been using shardingsphere for a long time, whether you’re a self identified developer, end-user, or someone who can’t stand typos,can contribute to documents or websites. In the contributor guide, we have mentioned how to submit Issues and pull request. here we will introduce how to submit pull request to document.
Fork the master branch of ShardingSphere.
shardingsphere
├─docs
├─community
│ ├─archetypes
│ ├─content
│ │ ├─contribute
│ │ ├─powered-by
│ │ ├─security
│ │ └─team
│ ├─layouts
│ ├─static
│ └─themes
├─document
│ ├─archetypes
│ ├─content
│ │ ├─concepts
│ │ │ ├─adaptor
│ │ │ ├─distsql
│ │ │ ├─mode
│ │ │ └─pluggable
│ │ ├─dev-manual
│ │ ├─downloads
│ │ ├─features
│ │ │ ├─encrypt
│ │ │ ├─governance
│ │ │ ├─readwrite-splitting
│ │ │ ├─scaling
│ │ │ ├─shadow
│ │ │ ├─sharding
│ │ │ │ ├─concept
│ │ │ │ ├─principle
│ │ │ │ └─use-norms
│ │ │ ├─test-engine
│ │ │ └─transaction
│ │ │ ├─concept
│ │ │ ├─principle
│ │ │ └─use-norms
│ │ ├─others
│ │ │ ├─api-change-history
│ │ │ └─faq
│ │ ├─overview
│ │ ├─quick-start
│ │ ├─user-manual
│ │ │ ├─shardingsphere-jdbc
│ │ │ │ ├─configuration
│ │ │ │ └─usage
│ │ │ ├─shardingsphere-proxy
│ │ │ ├─shardingsphere-sidecar
│ │ │ └─shardingsphere-scaling
│ ├─i18n
│ ├─layouts
│ ├─static
│ └─themes
The ShardingSphere document is written in markdown, processed in Hugo, generated HTML, deployed in asf-site branch, and the source code is located in Github.
/document/
./community/content/
.You can submit questions, edit content, and view other people’s changes from Github.
The page template is located in the layouts/partials/
directory in themes.
Anyone with a GitHub account can ask questions (error reports) about shardingsphere documents. If you find an error, ask questions even if you don’t know how to fix it.
How to ask questions?
New issue
asks your question.Operation steps:
0.70.0
version.