Skip to content

Commit 4913496

Browse files
Merge pull request #16 from MattDevTec/main
Page Structure Renewal (WORKING)
2 parents dd3af18 + 808af42 commit 4913496

File tree

3 files changed

+31
-35
lines changed

3 files changed

+31
-35
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Edit Terms, Privacy and Contact
2-
3-
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.
4-
5-
For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this.
6-
7-
The footer can be disabled entirely in the config.
1+
# Edit Terms, Privacy and Contact
2+
3+
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.
4+
5+
For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this.
6+
7+
The footer can be disabled entirely in the config.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Setup
2-
3-
The installation of LinkStack is tailored to be as easy and user-friendly as possible.
4-
5-
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.
6-
7-
It will:
8-
9-
1. Check the server dependencies
10-
2. Setup the database
11-
3. Create the admin user
12-
4. Configure the app
13-
14-
**To ensure everything works as expected, please read the [installation requirements](./requirements.md).**
1+
# Setup
2+
3+
The installation of LinkStack is tailored to be as easy and user-friendly as possible.
4+
5+
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.
6+
7+
It will:
8+
9+
1. Check the server dependencies
10+
2. Setup the database
11+
3. Create the admin user
12+
4. Configure the app
13+
14+
**To ensure everything works as expected, please read the [installation requirements](./requirements.md).**

mkdocs.yml

+10-14
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ nav:
103103
- getting-started/index.md
104104
- Requirements: getting-started/requirements.md
105105
- Download: getting-started/download.md
106-
- Setup: getting-started/setup.md
107-
- Other webservers: getting-started/other-webservers.md
108-
- Docker:
109-
- Setup: docker/setup.md
110-
- Reverse Proxies: docker/reverse-proxies.md
106+
111107
- Setup:
112108
# - First steps: setup/first-steps.md
113109
# - Getting to know the Admin Panel: setup/getting-to-know-the-admin-panel.md
114-
- Edit Terms, Privacy and Contact: setup/edit-terms-privacy-and-contact.md
110+
- Setup: setup/setup.md
111+
- Docker Setup: docker/setup.md
112+
- Reverse Proxies: docker/reverse-proxies.md
113+
- Other webservers: getting-started/other-webservers.md
114+
115115
# - Disable registration: setup/disable-registration.md
116-
# - Configuration:
116+
- Configuration:
117117
# - configuration/index.md
118118
# - Email verification: configuration/email-verification.md
119119
# - Internal notifications: configuration/internal-notifications.md
@@ -125,6 +125,8 @@ nav:
125125
# - Cache Settings: configuration/cache-settings.md
126126
# - Miscellaneous Settings: configuration/miscellaneous-settings.md
127127
# - Social login: configuration/social-login.md
128+
- Edit Terms, Privacy and Contact: configuration/edit-terms-privacy-and-contact.md
129+
128130

129131
extra:
130132
social:
@@ -140,17 +142,11 @@ extra:
140142
- icon: fontawesome/brands/discord
141143
link: https://discord.linkstack.org
142144
name: Discord
143-
- icon: simple/matrix
144-
link: https://matrix.linkstack.org
145-
name: Matrix
146-
- icon: simple/lemmy
147-
link: https://lemmy.ml/c/linkstack
148-
name: Lemmy
149145
- icon: fontawesome/solid/heart
150146
link: https://linkstack.org/donate
151147
name: Sponsor us
152148

153-
copyright: Copyright © 2022 - 2023 LittleLink Custom | 2023 - present LinkStack
149+
copyright: Copyright © 2022 - 2023 LittleLink Custom | 2023 - present LinkStack
154150

155151
extra_css:
156152
- assets/css/style.css

0 commit comments

Comments
 (0)