Skip to content

Commit c5f9e6a

Browse files
committed
broken old version links
1 parent 1f09f68 commit c5f9e6a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

versioned_docs/version-1.5/Advanced Configuration/Fail2Ban.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Stirling-PDF logs failed authentication attempts to a log file which Fail2Ban mo
2727
### Important Configuration Notes
2828
- The `enableLogin` setting must be set to `true` as Fail2Ban integration requires authentication to be active
2929
- When using Fail2Ban, set `loginAttemptCount` to `-1` to disable the built-in account locking mechanism and let Fail2Ban handle login attempt management
30-
- For more details on security configuration options, refer to the [System and Security](/Advanced%20Configuration/System%20and%20Security) documentation
30+
- For more details on security configuration options, refer to the [System and Security](/version-1.5/Advanced%20Configuration/System%20and%20Security) documentation
3131

3232
## Configuration
3333

versioned_docs/version-1.5/Advanced Configuration/FolderScanning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Folder Scanning
66

77
## User Guide for Local Directory Scanning and File Processing
88

9-
Folder scanning uses settings configured from our pipeline tool, it is advised you first read the [Pipeline Guide](/Advanced%20Configuration/Pipeline)
9+
Folder scanning uses settings configured from our pipeline tool, it is advised you first read the [Pipeline Guide](/version-1.5/Advanced%20Configuration/Pipeline)
1010
### Setting Up Watched Folders
1111

1212
- Create a folder where you want your files to be monitored. This is your 'watched folder'.
@@ -16,7 +16,7 @@ Folder scanning uses settings configured from our pipeline tool, it is advised y
1616
### Configuring Processing with JSON Files
1717

1818
- In each directory you want processed (e.g., `./pipeline/watchedFolders/officePrinter`), include a JSON configuration file.
19-
- This JSON file should specify how you want the files in the directory to be handled (e.g., what operations to perform on them). This can be made, configured, and downloaded from the Stirling-PDF Pipeline interface. For JSON creation guide please see [Pipeline setup](/Advanced%20Configuration/Pipeline)
19+
- This JSON file should specify how you want the files in the directory to be handled (e.g., what operations to perform on them). This can be made, configured, and downloaded from the Stirling-PDF Pipeline interface. For JSON creation guide please see [Pipeline setup](/version-1.5/Advanced%20Configuration/Pipeline)
2020

2121
### Automatic Scanning and Processing
2222

versioned_docs/version-1.5/Advanced Configuration/Pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ title: Pipeline Automation
3434
- Use the **Validation** button to check your pipeline. A green indicator signifies correct setup; a pop-out error indicates issues.
3535

3636
8. **Download Pipeline Configuration**
37-
- To use the configuration for [folder scanning](/Advanced%20Configuration/Folder%20Scanning) (or save it for future use and re-upload it), download a JSON file in this menu. You can also pre-load it for future use by placing it in `/pipeline/defaultWebUIConfigs/`. It will then appear in the dropdown menu for all users to use.
37+
- To use the configuration for [folder scanning](/version-1.5/Advanced%20Configuration/Folder%20Scanning) (or save it for future use and re-upload it), download a JSON file in this menu. You can also pre-load it for future use by placing it in `/pipeline/defaultWebUIConfigs/`. It will then appear in the dropdown menu for all users to use.
3838

3939
9. **Submit Files for Processing**
4040
- If your pipeline is correctly set up, close the configure menu, input the files, and hit **Submit**.

versioned_docs/version-1.5/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: FAQ
88
This is often caused by your NGINX configuration. NGINX's default file upload size is 1MB, and any file larger than this will cause an .htm file to be downloaded instead. To fix this issue, you should modify your NGINX configuration to increase the maximum file upload size.
99

1010
### Q2: Can I customize the appearance and language of the Stirling PDF application?
11-
Yes, Stirling PDF provides several environment variables to allow customization of the application, custom HTML, CSS and other settings such as the visibility to search engines. Please refer to the [UI Customisation](/Advanced%20Configuration/UI%20Customisation) section for more details.
11+
Yes, Stirling PDF provides several environment variables to allow customization of the application, custom HTML, CSS and other settings such as the visibility to search engines. Please refer to the [UI Customisation](/version-1.5/Advanced%20Configuration/UI%20Customisation) section for more details.
1212

1313
### Q3: I want to add a new feature to Stirling PDF. How can I contribute?
1414
We welcome contributions from the community! Please open an issue on our GitHub page to discuss any large features before making any changes. Any small changes are fully welcome without discussion! After the feature has been discussed and approved, you can make the changes and submit a pull request.
@@ -34,4 +34,4 @@ If you experience connection issues, use these alternative endpoints:
3434
- Docker Hub: `docker pull stirlingtools/stirling-pdf:latest`
3535
- GitHub: `docker pull ghcr.io/stirling-tools/stirling-pdf:latest`
3636

37-
All endpoints provide the same functionality.
37+
All endpoints provide the same functionality.

versioned_docs/version-1.5/Functionality/Features Pipeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ The Pipeline feature in Stirling PDF enables automated, sequential processing of
2727
- Ability to save and load pipeline configurations
2828

2929
For detailed information on setting up and using pipelines, see:
30-
- [Pipeline Configuration Guide](/Advanced%20Configuration/Pipeline)
31-
- [Folder Scanning Guide](/Advanced%20Configuration/Folder%20Scanning)
30+
- [Pipeline Configuration Guide](/version-1.5/Advanced%20Configuration/Pipeline)
31+
- [Folder Scanning Guide](/version-1.5/Advanced%20Configuration/Folder%20Scanning)
3232

3333
## Current Limitations
3434

3535
- Cannot have multiple instances of the same operation in a single pipeline
3636
- Web UI does not support operations requiring multiple different types of inputs
3737
- Files and operations run in serial mode
38-
- Additional file inputs during processing are not supported via UI
38+
- Additional file inputs during processing are not supported via UI

versioned_docs/version-1.5/Functionality/Miscellaneous/Miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: List of all miscellaneous features
1616

1717
- `extract-image-scans`: This feature enables users to extract scanned images from PDF files.
1818

19-
- `sign`: This feature allows users to add their writen signature to PDF documents. This can also use pre-stored files see [here](/Advanced%20Configuration/Sign%20with%20custom%20files). For cert signing see [Features-Security](/Functionality/Security/)
19+
- `sign`: This feature allows users to add their writen signature to PDF documents. This can also use pre-stored files see [here](/version-1.5/Advanced%20Configuration/Sign%20with%20custom%20files). For cert signing see [Features-Security](/version-1.5/Functionality/Security/)
2020

2121
- `flatten`: This functionality enables users to flatten a PDF, merging interactive form fields with the document.
2222

versioned_docs/version-1.5/Pro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Some users who seek additional features, bulk user discounts or SLA support may
1616

1717
## What's included in Pro
1818
- Support tickets via [email protected] to reach the Stirling-PDF team for support
19-
- [Advanced SSO](/Advanced%20Configuration/Single%20Sign-On%20Configuration), OAuth2 and SAML with automated login handling
20-
- [External Database](/Advanced%20Configuration/External%20Database) support for optimised deployments and load-balancing support
19+
- [Advanced SSO](/version-1.5/Advanced%20Configuration/Single%20Sign-On%20Configuration), OAuth2 and SAML with automated login handling
20+
- [External Database](/version-1.5/Advanced%20Configuration/External%20Database) support for optimised deployments and load-balancing support
2121
- Custom automated metadata handling
2222
- Google Drive integration
2323
- Advanced user configurations (Coming soon)

0 commit comments

Comments
 (0)