From 1bb9c73d8367428a0753e726cfb796a79f09d785 Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:22:58 +0100 Subject: [PATCH 01/10] Remove Matrix REF from footer Removed Broken link --- mkdocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 84fcea3..2cd0eea 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -140,9 +140,7 @@ extra: - icon: fontawesome/brands/discord link: https://discord.linkstack.org name: Discord - - icon: simple/matrix - link: https://matrix.linkstack.org - name: Matrix + - icon: simple/lemmy link: https://lemmy.ml/c/linkstack name: Lemmy From b8eba4a326dc17356df3c58d731929b47004d133 Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:27:17 +0100 Subject: [PATCH 02/10] Remove Lemmy --- mkdocs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2cd0eea..fe05dc9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -140,10 +140,6 @@ extra: - icon: fontawesome/brands/discord link: https://discord.linkstack.org name: Discord - - - icon: simple/lemmy - link: https://lemmy.ml/c/linkstack - name: Lemmy - icon: fontawesome/solid/heart link: https://linkstack.org/donate name: Sponsor us From ffc1c040d60da5ddd66d4a651f74367584cd7caf Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:29:49 +0100 Subject: [PATCH 03/10] Moved Setup into Setup holder --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index fe05dc9..fbd7bba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,6 +112,7 @@ nav: # - First steps: setup/first-steps.md # - Getting to know the Admin Panel: setup/getting-to-know-the-admin-panel.md - Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md + - Setup: setup/setup.md # - Disable registration: setup/disable-registration.md # - Configuration: # - configuration/index.md From 65259cd2a44250666e4f3317b56ddedbc7db58cd Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:31:02 +0100 Subject: [PATCH 04/10] Move Setup --- docs/setup/setup.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/setup/setup.md diff --git a/docs/setup/setup.md b/docs/setup/setup.md new file mode 100644 index 0000000..022e79d --- /dev/null +++ b/docs/setup/setup.md @@ -0,0 +1,14 @@ +# Setup + +The installation of LinkStack is tailored to be as easy and user-friendly as possible. + +In most cases, you will just be able to drop the LinkStack installation folder onto your web server, then visit this page with a browser to follow the setup wizard. + +It will: + +1. Check the server dependencies +2. Setup the database +3. Create the admin user +4. Configure the app + +**To ensure everything works as expected, please read the [installation requirements](./requirements.md).** From 98cfc006aad5932d8f7c66c54af00866aabc6dc1 Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:31:22 +0100 Subject: [PATCH 05/10] Delete docs/getting-started/setup.md --- docs/getting-started/setup.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/getting-started/setup.md diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md deleted file mode 100644 index d201589..0000000 --- a/docs/getting-started/setup.md +++ /dev/null @@ -1,14 +0,0 @@ -# Setup - -The installation of LinkStack is tailored to be as easy and user-friendly as possible. - -In most cases, you will just be able to drop the LinkStack installation folder onto your web server, then visit this page with a browser to follow the setup wizard. - -It will: - -1. Check the server dependencies -2. Setup the database -3. Create the admin user -4. Configure the app - -**To ensure everything works as expected, please read the [installation requirements](./requirements.md).** From 2ab857f3cf1ee5ddbd1264ecc3d5daa9a963f642 Mon Sep 17 00:00:00 2001 From: Matt O Date: Fri, 11 Oct 2024 16:38:17 +0100 Subject: [PATCH 06/10] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index fbd7bba..c8ec4c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,7 +112,7 @@ nav: # - First steps: setup/first-steps.md # - Getting to know the Admin Panel: setup/getting-to-know-the-admin-panel.md - Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md - - Setup: setup/setup.md + - Setup: setup/setup.md # - Disable registration: setup/disable-registration.md # - Configuration: # - configuration/index.md From e503d29a4bac78af4f320d1c22662aabf2efe7a7 Mon Sep 17 00:00:00 2001 From: Matthew O'Driscoll Date: Fri, 11 Oct 2024 16:57:27 +0100 Subject: [PATCH 07/10] more changes --- mkdocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c8ec4c3..f4b4c99 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -103,16 +103,15 @@ nav: - getting-started/index.md - Requirements: getting-started/requirements.md - Download: getting-started/download.md - - Setup: getting-started/setup.md - Other webservers: getting-started/other-webservers.md - Docker: - Setup: docker/setup.md - Reverse Proxies: docker/reverse-proxies.md - - Setup: + - How To Setup LinkStack: # - First steps: setup/first-steps.md # - Getting to know the Admin Panel: setup/getting-to-know-the-admin-panel.md - - Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md - - Setup: setup/setup.md + - Setup: setup/setup.md + - Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md # - Disable registration: setup/disable-registration.md # - Configuration: # - configuration/index.md From 358993d94930324cb2068ba35dfa9ccc1bdeb0fd Mon Sep 17 00:00:00 2001 From: Matthew O'Driscoll Date: Fri, 11 Oct 2024 18:14:44 +0100 Subject: [PATCH 08/10] improvments --- mkdocs.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f4b4c99..8f53faf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -104,16 +104,17 @@ nav: - Requirements: getting-started/requirements.md - Download: getting-started/download.md - Other webservers: getting-started/other-webservers.md - - Docker: - - Setup: docker/setup.md - - Reverse Proxies: docker/reverse-proxies.md - - How To Setup LinkStack: + + - Setup: # - First steps: setup/first-steps.md # - Getting to know the Admin Panel: setup/getting-to-know-the-admin-panel.md - Setup: setup/setup.md - - Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md + - Docker Setup: docker/setup.md + - Reverse Proxies: docker/reverse-proxies.md + - Other webservers: getting-started/other-webservers.md + # - Disable registration: setup/disable-registration.md - # - Configuration: + - Configuration: # - configuration/index.md # - Email verification: configuration/email-verification.md # - Internal notifications: configuration/internal-notifications.md @@ -125,6 +126,8 @@ nav: # - Cache Settings: configuration/cache-settings.md # - Miscellaneous Settings: configuration/miscellaneous-settings.md # - Social login: configuration/social-login.md + - Edit Terms, Privacy and Contact: configuration/edit-terms-privacy-and-contact.md + extra: social: @@ -144,7 +147,7 @@ extra: link: https://linkstack.org/donate name: Sponsor us -copyright: Copyright © 2022 - 2023 LittleLink Custom | 2023 - present LinkStack +copyright: Copyright © 2022 - 2023 LittleLink Custom | 2023 - present LinkStack extra_css: - assets/css/style.css From 1df0b9ae59e9ae4234ebb174f0665c81587ac136 Mon Sep 17 00:00:00 2001 From: Matthew O'Driscoll Date: Fri, 11 Oct 2024 18:16:33 +0100 Subject: [PATCH 09/10] remove duplicate --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8f53faf..f2bd1bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -103,7 +103,6 @@ nav: - getting-started/index.md - Requirements: getting-started/requirements.md - Download: getting-started/download.md - - Other webservers: getting-started/other-webservers.md - Setup: # - First steps: setup/first-steps.md From 808af42006f949ea7583d4aa0d091d8d792946d3 Mon Sep 17 00:00:00 2001 From: Matthew O'Driscoll Date: Fri, 11 Oct 2024 18:22:06 +0100 Subject: [PATCH 10/10] forgot to move file --- .../edit-terms-privacy-and-contact.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename docs/{setup => configuration}/edit-terms-privacy-and-contact.md (98%) diff --git a/docs/setup/edit-terms-privacy-and-contact.md b/docs/configuration/edit-terms-privacy-and-contact.md similarity index 98% rename from docs/setup/edit-terms-privacy-and-contact.md rename to docs/configuration/edit-terms-privacy-and-contact.md index 6ed4e5e..2173d93 100644 --- a/docs/setup/edit-terms-privacy-and-contact.md +++ b/docs/configuration/edit-terms-privacy-and-contact.md @@ -1,7 +1,7 @@ -# Edit Terms, Privacy and Contact - -By default, LinkStack includes a footer consisting of Terms, Privacy and Contact pages. These page’s content can be changed on the Admin Panel under Admin>Pages. A graphical text editor is included in this project to edit content on these pages, but basic HTML syntax is accepted. - -For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this. - -The footer can be disabled entirely in the config. +# Edit Terms, Privacy and Contact + +By default, LinkStack includes a footer consisting of Terms, Privacy and Contact pages. These page’s content can be changed on the Admin Panel under Admin>Pages. A graphical text editor is included in this project to edit content on these pages, but basic HTML syntax is accepted. + +For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this. + +The footer can be disabled entirely in the config.