Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ShardingSphere Documents

To build ShardingSphere website by means of hugo and hugo theme learn.

Follow the steps below to deploy ShardingSphere website,

  1. Execute docs/build.sh to generate html files at the directory of docs/target/.
  2. Clone shardingsphere-doc.
  3. Checkout to asf-site branch.
  4. Overwrite document/current with docs/target/document/current, community with docs/target/community and blog with docs/target/blog.
  5. Commit changes and raise a PR for shardingsphere-doc.

Note,

  1. If you modify docs/build.sh, please test it locally.