tree: 2b576455e121c9694020ad0baa6d6a85d9a890b0 [path history] [tgz]
  1. blog/
  2. community/
  3. document/
  4. .gitignore
  5. build.sh
  6. LICENSE
  7. README.md
docs/README.md

ShardingSphere Documents

HOW to build ShardingSphere website ?

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.

HOW to insert a video of Bilibili or YouTube ?

  1. First please make sure you get the corret url of the video you wanna add.

  2. use the shortcodes at wherever you want to place :

    • {{< bilibili BV1aE411X7kQ >}}

    • {{< youtube 2MsN8gpT6jY >}}