fix: add config.json file to sync the docs to website (#29)


Co-authored-by: bzp2010 <bzp2010@apache.org>
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 02c0d56..b3b3b02 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -30,5 +30,6 @@
     - '.pytest_cache/**'
     - '**/__pycache__/**'
     - '**/images/**'
+    - '**/config.json'
 
   comment: on-failure
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
new file mode 100644
index 0000000..4f0d229
--- /dev/null
+++ b/docs/en/latest/config.json
@@ -0,0 +1,13 @@
+{
+  "version": 0.1,
+  "sidebar": [
+    {
+      "type": "doc",
+      "id": "getting-started"
+    },
+    {
+      "type": "doc",
+      "id": "developer-guide"
+    }
+  ]
+}