Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting Functionality-Pages the way they are in the app itself #10

Merged
merged 4 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Functionality/Conversions/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---
# Features - File Conversions

Expand Down
2 changes: 1 addition & 1 deletion docs/Functionality/Other/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 4
---
# Features - Additional Utilities

Expand Down
4 changes: 2 additions & 2 deletions docs/Functionality/Security/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 3
---
# Features - Security

Expand All @@ -15,4 +15,4 @@ sidebar_position: 1

- `sanitize-pdf`: This allows the user to remove various things within the PDF which may cause security concern such as javascript, files, links, fonts and metadata

- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document
- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document
2 changes: 1 addition & 1 deletion docs/Functionality/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 2,
"link": {
"type": "generated-index",
"description": "All functionality and their catagories within Stirling-PDF."
"description": "All functionality and their categories within Stirling-PDF."
}
}
Loading