This is an automated email from the ASF dual-hosted git repository. rikkola pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-website.git
commit 5041ebe0247bedaaeb52da406035ca1c68843c61 Author: Toshiya Kobayashi <[email protected]> AuthorDate: Mon Apr 28 19:23:14 2025 +0900 [incubator-kie-issues-1934] Migrate drools.org to kie-website - WIP: Structure --- docs/components/drools/drools.md | 9 +++++++++ docs/components/drools/old_downloads.mdx | 7 +++++++ docs/components/jbpm/jbpm.md | 9 +++++++++ docs/components/kogito/kogito.md | 9 +++++++++ docs/components/optaplanner/optaplanner.md | 9 +++++++++ docs/components/sonataflow/sonataflow.md | 9 +++++++++ docusaurus.config.ts | 6 ++++++ sidebars.ts | 3 ++- 8 files changed, 60 insertions(+), 1 deletion(-) diff --git a/docs/components/drools/drools.md b/docs/components/drools/drools.md new file mode 100644 index 0000000..1a26f68 --- /dev/null +++ b/docs/components/drools/drools.md @@ -0,0 +1,9 @@ +--- +id: drools +title: Drools +sidebar_position: 0 +--- + +# Drools + +This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file diff --git a/docs/components/drools/old_downloads.mdx b/docs/components/drools/old_downloads.mdx new file mode 100644 index 0000000..dd6d08f --- /dev/null +++ b/docs/components/drools/old_downloads.mdx @@ -0,0 +1,7 @@ +--- +id: drools_old_downloads +title: Old Downloads +sidebar_position: 1 +--- + +# Old Downloads diff --git a/docs/components/jbpm/jbpm.md b/docs/components/jbpm/jbpm.md new file mode 100644 index 0000000..32fb560 --- /dev/null +++ b/docs/components/jbpm/jbpm.md @@ -0,0 +1,9 @@ +--- +id: jbpm +title: jBPM +sidebar_position: 0 +--- + +# jBPM + +This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file diff --git a/docs/components/kogito/kogito.md b/docs/components/kogito/kogito.md new file mode 100644 index 0000000..6415945 --- /dev/null +++ b/docs/components/kogito/kogito.md @@ -0,0 +1,9 @@ +--- +id: kogito +title: Kogito +sidebar_position: 0 +--- + +# Kogito + +This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file diff --git a/docs/components/optaplanner/optaplanner.md b/docs/components/optaplanner/optaplanner.md new file mode 100644 index 0000000..31ef929 --- /dev/null +++ b/docs/components/optaplanner/optaplanner.md @@ -0,0 +1,9 @@ +--- +id: optaplanner +title: Optaplanner +sidebar_position: 0 +--- + +# Optaplanner + +This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file diff --git a/docs/components/sonataflow/sonataflow.md b/docs/components/sonataflow/sonataflow.md new file mode 100644 index 0000000..b1e6476 --- /dev/null +++ b/docs/components/sonataflow/sonataflow.md @@ -0,0 +1,9 @@ +--- +id: sonataflow +title: Sonataflow +sidebar_position: 0 +--- + +# Sonataflow + +This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index da81b39..3ed43f6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -65,6 +65,12 @@ const config: Config = { position: "right", label: "Downloads", }, + { + type: "docSidebar", + sidebarId: "componentsSidebar", + position: "right", + label: "Components", + }, { type: "docSidebar", sidebarId: "examplesSidebar", diff --git a/sidebars.ts b/sidebars.ts index 16064c5..b23a7b6 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -15,7 +15,8 @@ const sidebars: SidebarsConfig = { examplesSidebar: [{ type: "autogenerated", dirName: "examples"}], documentationSidebar: [{ type: "autogenerated", dirName: "documentation" }], downloadSidebar: [{ type: "autogenerated", dirName: "start" }], - communitySidebar: [{ type: "autogenerated", dirName: "community" }] + communitySidebar: [{ type: "autogenerated", dirName: "community" }], + componentsSidebar: [{ type: "autogenerated", dirName: "components" }] // But you can create a sidebar manually /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
