From c8aa80e6003de9ba95c7a73cd41747bca64b3b05 Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Sat, 7 Feb 2026 18:57:07 +0530 Subject: [PATCH 1/2] feat: add all nav with empty docs --- docs/overrides/home.html | 12 ++-- .../pages/about/advance-concepts/aop/index.md | 1 + .../about/advance-concepts/caching/index.md | 1 + .../pages/about/advance-concepts/cli/index.md | 1 + .../advance-concepts/feature-groups/index.md | 1 + .../pages/about/advance-concepts/jmx/index.md | 1 + .../advance-concepts/spring-boot/index.md | 1 + .../about/core-concepts/architecture/index.md | 1 + .../core-concepts/feature-store/index.md | 1 + .../about/core-concepts/feature/index.md | 1 + .../core-concepts/property-store/index.md | 1 + .../about/core-concepts/property/index.md | 1 + .../about/core-concepts/security/index.md | 1 + docs/pages/about/quickstart/index.md | 1 + .../flipping-strategies/blacklist/index.md | 1 + .../client-filter/index.md | 1 + .../flipping-strategies/dark-launch/index.md | 1 + .../pages/flipping-strategies/drools/index.md | 1 + .../flipping-strategies/expression/index.md | 1 + .../flipping-strategies/office-hour/index.md | 1 + .../flipping-strategies/ponderation/index.md | 1 + .../flipping-strategies/release-date/index.md | 1 + .../server-filter/index.md | 1 + .../flipping-strategies/whitelist/index.md | 1 + docs/{ => pages}/home/img/canaryrelease.svg | 0 docs/{ => pages}/home/img/cli.png | Bin docs/{ => pages}/home/img/console-restapi.png | Bin docs/{ => pages}/home/img/featuretoggle.svg | 0 docs/{ => pages}/home/img/strategy.svg | 0 docs/{ => pages}/home/img/upcoming.svg | 0 docs/{ => pages}/home/img/webconsole.png | Bin docs/pages/security/apache-shiro/index.md | 1 + docs/pages/security/spring/index.md | 1 + docs/pages/stores/archaius/index.md | 1 + docs/pages/stores/aws-dynamo-db/index.md | 1 + .../stores/aws-ssm-parameter-store/index.md | 1 + docs/pages/stores/casandra/index.md | 1 + docs/pages/stores/consul/index.md | 1 + docs/pages/stores/default/index.md | 1 + docs/pages/stores/eh-cache/index.md | 1 + docs/pages/stores/elastic/index.md | 1 + docs/pages/stores/jdbc/index.md | 1 + docs/pages/stores/mongodb/index.md | 1 + docs/pages/stores/neo4j/index.md | 1 + docs/pages/stores/redis/index.md | 1 + docs/pages/stores/spring-jdbc/index.md | 1 + docs/pages/web/restful-api/index.md | 1 + docs/pages/web/web-console/index.md | 1 + zensical.toml | 58 +++++++++++++++++- 49 files changed, 102 insertions(+), 8 deletions(-) create mode 100644 docs/pages/about/advance-concepts/aop/index.md create mode 100644 docs/pages/about/advance-concepts/caching/index.md create mode 100644 docs/pages/about/advance-concepts/cli/index.md create mode 100644 docs/pages/about/advance-concepts/feature-groups/index.md create mode 100644 docs/pages/about/advance-concepts/jmx/index.md create mode 100644 docs/pages/about/advance-concepts/spring-boot/index.md create mode 100644 docs/pages/about/core-concepts/architecture/index.md create mode 100644 docs/pages/about/core-concepts/feature-store/index.md create mode 100644 docs/pages/about/core-concepts/feature/index.md create mode 100644 docs/pages/about/core-concepts/property-store/index.md create mode 100644 docs/pages/about/core-concepts/property/index.md create mode 100644 docs/pages/about/core-concepts/security/index.md create mode 100644 docs/pages/about/quickstart/index.md create mode 100644 docs/pages/flipping-strategies/blacklist/index.md create mode 100644 docs/pages/flipping-strategies/client-filter/index.md create mode 100644 docs/pages/flipping-strategies/dark-launch/index.md create mode 100644 docs/pages/flipping-strategies/drools/index.md create mode 100644 docs/pages/flipping-strategies/expression/index.md create mode 100644 docs/pages/flipping-strategies/office-hour/index.md create mode 100644 docs/pages/flipping-strategies/ponderation/index.md create mode 100644 docs/pages/flipping-strategies/release-date/index.md create mode 100644 docs/pages/flipping-strategies/server-filter/index.md create mode 100644 docs/pages/flipping-strategies/whitelist/index.md rename docs/{ => pages}/home/img/canaryrelease.svg (100%) rename docs/{ => pages}/home/img/cli.png (100%) rename docs/{ => pages}/home/img/console-restapi.png (100%) rename docs/{ => pages}/home/img/featuretoggle.svg (100%) rename docs/{ => pages}/home/img/strategy.svg (100%) rename docs/{ => pages}/home/img/upcoming.svg (100%) rename docs/{ => pages}/home/img/webconsole.png (100%) create mode 100644 docs/pages/security/apache-shiro/index.md create mode 100644 docs/pages/security/spring/index.md create mode 100644 docs/pages/stores/archaius/index.md create mode 100644 docs/pages/stores/aws-dynamo-db/index.md create mode 100644 docs/pages/stores/aws-ssm-parameter-store/index.md create mode 100644 docs/pages/stores/casandra/index.md create mode 100644 docs/pages/stores/consul/index.md create mode 100644 docs/pages/stores/default/index.md create mode 100644 docs/pages/stores/eh-cache/index.md create mode 100644 docs/pages/stores/elastic/index.md create mode 100644 docs/pages/stores/jdbc/index.md create mode 100644 docs/pages/stores/mongodb/index.md create mode 100644 docs/pages/stores/neo4j/index.md create mode 100644 docs/pages/stores/redis/index.md create mode 100644 docs/pages/stores/spring-jdbc/index.md create mode 100644 docs/pages/web/restful-api/index.md create mode 100644 docs/pages/web/web-console/index.md diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 67d0700..9b512dd 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -31,12 +31,12 @@

Feature toggle

-

+

-

+

Canary releases

@@ -53,12 +53,12 @@

Custom rules

listing, time-based, expression-based or connect systems like drools.

-

+

-

+

Web console

@@ -78,12 +78,12 @@

RESTful API

to the DB.

-

+

-

+

Command-line interface

diff --git a/docs/pages/about/advance-concepts/aop/index.md b/docs/pages/about/advance-concepts/aop/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/aop/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/advance-concepts/caching/index.md b/docs/pages/about/advance-concepts/caching/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/caching/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/advance-concepts/cli/index.md b/docs/pages/about/advance-concepts/cli/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/cli/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/advance-concepts/feature-groups/index.md b/docs/pages/about/advance-concepts/feature-groups/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/feature-groups/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/advance-concepts/jmx/index.md b/docs/pages/about/advance-concepts/jmx/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/jmx/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/advance-concepts/spring-boot/index.md b/docs/pages/about/advance-concepts/spring-boot/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/advance-concepts/spring-boot/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/core-concepts/architecture/index.md b/docs/pages/about/core-concepts/architecture/index.md new file mode 100644 index 0000000..f0576ef --- /dev/null +++ b/docs/pages/about/core-concepts/architecture/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. diff --git a/docs/pages/about/core-concepts/feature-store/index.md b/docs/pages/about/core-concepts/feature-store/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/core-concepts/feature-store/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/core-concepts/feature/index.md b/docs/pages/about/core-concepts/feature/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/core-concepts/feature/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/core-concepts/property-store/index.md b/docs/pages/about/core-concepts/property-store/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/core-concepts/property-store/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/core-concepts/property/index.md b/docs/pages/about/core-concepts/property/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/core-concepts/property/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/core-concepts/security/index.md b/docs/pages/about/core-concepts/security/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/about/core-concepts/security/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/about/quickstart/index.md b/docs/pages/about/quickstart/index.md new file mode 100644 index 0000000..1536e35 --- /dev/null +++ b/docs/pages/about/quickstart/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/blacklist/index.md b/docs/pages/flipping-strategies/blacklist/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/blacklist/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/client-filter/index.md b/docs/pages/flipping-strategies/client-filter/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/client-filter/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/dark-launch/index.md b/docs/pages/flipping-strategies/dark-launch/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/dark-launch/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/drools/index.md b/docs/pages/flipping-strategies/drools/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/drools/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/expression/index.md b/docs/pages/flipping-strategies/expression/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/expression/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/office-hour/index.md b/docs/pages/flipping-strategies/office-hour/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/office-hour/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/ponderation/index.md b/docs/pages/flipping-strategies/ponderation/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/ponderation/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/release-date/index.md b/docs/pages/flipping-strategies/release-date/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/release-date/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/server-filter/index.md b/docs/pages/flipping-strategies/server-filter/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/server-filter/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/flipping-strategies/whitelist/index.md b/docs/pages/flipping-strategies/whitelist/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/flipping-strategies/whitelist/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/home/img/canaryrelease.svg b/docs/pages/home/img/canaryrelease.svg similarity index 100% rename from docs/home/img/canaryrelease.svg rename to docs/pages/home/img/canaryrelease.svg diff --git a/docs/home/img/cli.png b/docs/pages/home/img/cli.png similarity index 100% rename from docs/home/img/cli.png rename to docs/pages/home/img/cli.png diff --git a/docs/home/img/console-restapi.png b/docs/pages/home/img/console-restapi.png similarity index 100% rename from docs/home/img/console-restapi.png rename to docs/pages/home/img/console-restapi.png diff --git a/docs/home/img/featuretoggle.svg b/docs/pages/home/img/featuretoggle.svg similarity index 100% rename from docs/home/img/featuretoggle.svg rename to docs/pages/home/img/featuretoggle.svg diff --git a/docs/home/img/strategy.svg b/docs/pages/home/img/strategy.svg similarity index 100% rename from docs/home/img/strategy.svg rename to docs/pages/home/img/strategy.svg diff --git a/docs/home/img/upcoming.svg b/docs/pages/home/img/upcoming.svg similarity index 100% rename from docs/home/img/upcoming.svg rename to docs/pages/home/img/upcoming.svg diff --git a/docs/home/img/webconsole.png b/docs/pages/home/img/webconsole.png similarity index 100% rename from docs/home/img/webconsole.png rename to docs/pages/home/img/webconsole.png diff --git a/docs/pages/security/apache-shiro/index.md b/docs/pages/security/apache-shiro/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/security/apache-shiro/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/security/spring/index.md b/docs/pages/security/spring/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/security/spring/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/archaius/index.md b/docs/pages/stores/archaius/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/archaius/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/aws-dynamo-db/index.md b/docs/pages/stores/aws-dynamo-db/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/aws-dynamo-db/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/aws-ssm-parameter-store/index.md b/docs/pages/stores/aws-ssm-parameter-store/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/aws-ssm-parameter-store/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/casandra/index.md b/docs/pages/stores/casandra/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/casandra/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/consul/index.md b/docs/pages/stores/consul/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/consul/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/default/index.md b/docs/pages/stores/default/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/default/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/eh-cache/index.md b/docs/pages/stores/eh-cache/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/eh-cache/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/elastic/index.md b/docs/pages/stores/elastic/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/elastic/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/jdbc/index.md b/docs/pages/stores/jdbc/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/jdbc/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/mongodb/index.md b/docs/pages/stores/mongodb/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/mongodb/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/neo4j/index.md b/docs/pages/stores/neo4j/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/neo4j/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/redis/index.md b/docs/pages/stores/redis/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/redis/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/stores/spring-jdbc/index.md b/docs/pages/stores/spring-jdbc/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/stores/spring-jdbc/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/web/restful-api/index.md b/docs/pages/web/restful-api/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/web/restful-api/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/docs/pages/web/web-console/index.md b/docs/pages/web/web-console/index.md new file mode 100644 index 0000000..ab70981 --- /dev/null +++ b/docs/pages/web/web-console/index.md @@ -0,0 +1 @@ +We know that you are waiting, we will have this section ready very soon. \ No newline at end of file diff --git a/zensical.toml b/zensical.toml index 35afbff..59ed2ba 100644 --- a/zensical.toml +++ b/zensical.toml @@ -8,8 +8,62 @@ Copyright © 2026 ff4j. All rights reserved. """ nav = [ - { "Home" = "index.md" } - ] + { "Home" = "index.md" }, + { "About" = [ + { "Quick Start" = "pages/about/quickstart/index.md" }, + { "Core Concepts" = [ + { "Architecture" = "pages/about/core-concepts/architecture/index.md" }, + { "Feature" = "pages/about/core-concepts/feature/index.md" }, + { "Feature Store" = "pages/about/core-concepts/feature-store/index.md" }, + { "Property" = "pages/about/core-concepts/property/index.md" }, + { "Property Store" = "pages/about/core-concepts/property-store/index.md" }, + { "Security" = "pages/about/core-concepts/security/index.md" } + ] }, + { "Advanced Concepts" = [ + { "AOP" = "pages/about/advance-concepts/aop/index.md" }, + { "Caching" = "pages/about/advance-concepts/caching/index.md" }, + { "CLI" = "pages/about/advance-concepts/cli/index.md" }, + { "Feature Groups" = "pages/about/advance-concepts/feature-groups/index.md" }, + { "JMX" = "pages/about/advance-concepts/jmx/index.md" }, + { "Spring Boot" = "pages/about/advance-concepts/spring-boot/index.md" } + ] } + ] }, + { "Flipping Strategies" = [ + { "Blacklist" = "pages/flipping-strategies/blacklist/index.md" }, + { "Client Filter" = "pages/flipping-strategies/client-filter/index.md" }, + { "Dark Launch" = "pages/flipping-strategies/dark-launch/index.md" }, + { "Drools" = "pages/flipping-strategies/drools/index.md" }, + { "Expression" = "pages/flipping-strategies/expression/index.md" }, + { "Office Hour" = "pages/flipping-strategies/office-hour/index.md" }, + { "Ponderation" = "pages/flipping-strategies/ponderation/index.md" }, + { "Release Date" = "pages/flipping-strategies/release-date/index.md" }, + { "Server Filter" = "pages/flipping-strategies/server-filter/index.md" }, + { "Whitelist" = "pages/flipping-strategies/whitelist/index.md" } + ] }, + { "Security" = [ + { "Apache Shiro" = "pages/security/apache-shiro/index.md" }, + { "Spring" = "pages/security/spring/index.md" } + ] }, + { "Stores" = [ + { "Archaius" = "pages/stores/archaius/index.md" }, + { "AWS DynamoDB" = "pages/stores/aws-dynamo-db/index.md" }, + { "AWS SSM Parameter Store" = "pages/stores/aws-ssm-parameter-store/index.md" }, + { "Cassandra" = "pages/stores/casandra/index.md" }, + { "Consul" = "pages/stores/consul/index.md" }, + { "Default" = "pages/stores/default/index.md" }, + { "Ehcache" = "pages/stores/eh-cache/index.md" }, + { "Elasticsearch" = "pages/stores/elastic/index.md" }, + { "JDBC" = "pages/stores/jdbc/index.md" }, + { "MongoDB" = "pages/stores/mongodb/index.md" }, + { "Neo4j" = "pages/stores/neo4j/index.md" }, + { "Redis" = "pages/stores/redis/index.md" }, + { "Spring JDBC" = "pages/stores/spring-jdbc/index.md" } + ] }, + { "Web" = [ + { "RESTful API" = "pages/web/restful-api/index.md" }, + { "Web Console" = "pages/web/web-console/index.md" } + ] } +] extra_css = ["stylesheets/bootstrap-grid.min.css", "stylesheets/theme.css"] From 1fee9b9ba6f3289bcf0bc51214509e6542d2027d Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Sat, 7 Feb 2026 19:09:26 +0530 Subject: [PATCH 2/2] fix: typos in the navigation --- .../aop/index.md | 0 .../caching/index.md | 0 .../cli/index.md | 0 .../feature-groups/index.md | 0 .../jmx/index.md | 0 .../spring-boot/index.md | 0 docs/pages/stores/{casandra => cassandra}/index.md | 0 zensical.toml | 14 +++++++------- 8 files changed, 7 insertions(+), 7 deletions(-) rename docs/pages/about/{advance-concepts => advanced-concepts}/aop/index.md (100%) rename docs/pages/about/{advance-concepts => advanced-concepts}/caching/index.md (100%) rename docs/pages/about/{advance-concepts => advanced-concepts}/cli/index.md (100%) rename docs/pages/about/{advance-concepts => advanced-concepts}/feature-groups/index.md (100%) rename docs/pages/about/{advance-concepts => advanced-concepts}/jmx/index.md (100%) rename docs/pages/about/{advance-concepts => advanced-concepts}/spring-boot/index.md (100%) rename docs/pages/stores/{casandra => cassandra}/index.md (100%) diff --git a/docs/pages/about/advance-concepts/aop/index.md b/docs/pages/about/advanced-concepts/aop/index.md similarity index 100% rename from docs/pages/about/advance-concepts/aop/index.md rename to docs/pages/about/advanced-concepts/aop/index.md diff --git a/docs/pages/about/advance-concepts/caching/index.md b/docs/pages/about/advanced-concepts/caching/index.md similarity index 100% rename from docs/pages/about/advance-concepts/caching/index.md rename to docs/pages/about/advanced-concepts/caching/index.md diff --git a/docs/pages/about/advance-concepts/cli/index.md b/docs/pages/about/advanced-concepts/cli/index.md similarity index 100% rename from docs/pages/about/advance-concepts/cli/index.md rename to docs/pages/about/advanced-concepts/cli/index.md diff --git a/docs/pages/about/advance-concepts/feature-groups/index.md b/docs/pages/about/advanced-concepts/feature-groups/index.md similarity index 100% rename from docs/pages/about/advance-concepts/feature-groups/index.md rename to docs/pages/about/advanced-concepts/feature-groups/index.md diff --git a/docs/pages/about/advance-concepts/jmx/index.md b/docs/pages/about/advanced-concepts/jmx/index.md similarity index 100% rename from docs/pages/about/advance-concepts/jmx/index.md rename to docs/pages/about/advanced-concepts/jmx/index.md diff --git a/docs/pages/about/advance-concepts/spring-boot/index.md b/docs/pages/about/advanced-concepts/spring-boot/index.md similarity index 100% rename from docs/pages/about/advance-concepts/spring-boot/index.md rename to docs/pages/about/advanced-concepts/spring-boot/index.md diff --git a/docs/pages/stores/casandra/index.md b/docs/pages/stores/cassandra/index.md similarity index 100% rename from docs/pages/stores/casandra/index.md rename to docs/pages/stores/cassandra/index.md diff --git a/zensical.toml b/zensical.toml index 59ed2ba..e2f37ba 100644 --- a/zensical.toml +++ b/zensical.toml @@ -20,12 +20,12 @@ nav = [ { "Security" = "pages/about/core-concepts/security/index.md" } ] }, { "Advanced Concepts" = [ - { "AOP" = "pages/about/advance-concepts/aop/index.md" }, - { "Caching" = "pages/about/advance-concepts/caching/index.md" }, - { "CLI" = "pages/about/advance-concepts/cli/index.md" }, - { "Feature Groups" = "pages/about/advance-concepts/feature-groups/index.md" }, - { "JMX" = "pages/about/advance-concepts/jmx/index.md" }, - { "Spring Boot" = "pages/about/advance-concepts/spring-boot/index.md" } + { "AOP" = "pages/about/advanced-concepts/aop/index.md" }, + { "Caching" = "pages/about/advanced-concepts/caching/index.md" }, + { "CLI" = "pages/about/advanced-concepts/cli/index.md" }, + { "Feature Groups" = "pages/about/advanced-concepts/feature-groups/index.md" }, + { "JMX" = "pages/about/advanced-concepts/jmx/index.md" }, + { "Spring Boot" = "pages/about/advanced-concepts/spring-boot/index.md" } ] } ] }, { "Flipping Strategies" = [ @@ -48,7 +48,7 @@ nav = [ { "Archaius" = "pages/stores/archaius/index.md" }, { "AWS DynamoDB" = "pages/stores/aws-dynamo-db/index.md" }, { "AWS SSM Parameter Store" = "pages/stores/aws-ssm-parameter-store/index.md" }, - { "Cassandra" = "pages/stores/casandra/index.md" }, + { "Cassandra" = "pages/stores/cassandra/index.md" }, { "Consul" = "pages/stores/consul/index.md" }, { "Default" = "pages/stores/default/index.md" }, { "Ehcache" = "pages/stores/eh-cache/index.md" },