diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..c8462f6 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +stirlingtools.com diff --git a/docs/Advanced Configuration/System and Security.md b/docs/Advanced Configuration/System and Security.md index 691615e..607fae6 100644 --- a/docs/Advanced Configuration/System and Security.md +++ b/docs/Advanced Configuration/System and Security.md @@ -1,7 +1,7 @@ --- sidebar_position: 1 --- -# UI Customisation +# System and Security Stirling PDF allows custommization of system and security settings For security please note this section is only enabled if you are using the security jar, for docker that means setting ``DOCKER_ENABLE_SECURITY`` to ``true`` via a environment variable diff --git a/docs/Overview/_category_.json b/docs/Overview/_category_.json new file mode 100644 index 0000000..8156bea --- /dev/null +++ b/docs/Overview/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 1 +} diff --git a/sidebars.js b/sidebars.js index ec0dc30..872064c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -12,110 +12,10 @@ /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { tutorialSidebar: [ - { - type: 'doc', - id: 'Overview/What is Stirling-PDF' + { + type: 'autogenerated', + dirName: '.', // '.' means the current docs folder }, - { - type: 'doc', - id: 'Overview/The Technologies' - }, - { - type: 'category', - label: 'Functionality', - items: [ - { - type: 'doc', - id: 'Functionality/Page operations/Overview' - }, - { - type: 'doc', - id: 'Functionality/Conversions/Overview' - }, - { - type: 'doc', - id: 'Functionality/Security/Overview' - }, - { - type: 'doc', - id: 'Functionality/Other/Overview' - }, - - ] - }, - { - type: 'category', - label: 'Getting started', - items: [ - { - type: 'category', - label: 'Docker', - items: [ - { - type: 'doc', - id: 'Getting started/Installation/Docker/Docker Versions' - }, - { - type: 'doc', - id: 'Getting started/Installation/Docker/Docker Install' - }, - - ] - }, - { - type: 'category', - label: 'Local', - items: [ - { - type: 'doc', - id: 'Getting started/Installation/Local/Unix Installation' - }, - { - type: 'doc', - id: 'Getting started/Installation/Local/Windows Installation' - }, - - - - ] - }, - ] - }, - { - type: 'category', - label: 'Advanced Configuration', - items: [ - { - type: 'doc', - id: 'Advanced Configuration/How to add configurations' - }, - { - type: 'doc', - id: 'Advanced Configuration/UI Customisation' - }, - { - type: 'doc', - id: 'Advanced Configuration/Endpoint or Feature Customisation' - }, - { - type: 'doc', - id: 'Advanced Configuration/Other Customisations' - }, - { - type: 'doc', - id: 'Advanced Configuration/OCR' - }, - - ] - }, - { - type: 'doc', - id: 'API' - }, - { - type: 'doc', - id: 'FAQ' - } ] };