Skip to content

Commit

Permalink
Merge pull request #15 from sahilph/fix-website-sync
Browse files Browse the repository at this point in the history
Fix Website sync with main branch
  • Loading branch information
Frooodle authored May 2, 2024
2 parents 032fafc + ee6762f commit 7569262
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 104 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stirlingtools.com
2 changes: 1 addition & 1 deletion docs/Advanced Configuration/System and Security.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/Overview/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"position": 1
}
106 changes: 3 additions & 103 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
]
};

Expand Down

0 comments on commit 7569262

Please sign in to comment.