Skip to content

Commit 82ccba8

Browse files
committed
A lot of legal pages + Format/Generation improvements
1 parent f4df88f commit 82ccba8

File tree

11 files changed

+81
-18
lines changed

11 files changed

+81
-18
lines changed

docs/images/logos/logo1.png

133 KB
Loading

docs/images/logos/logo2.png

177 KB
Loading

docs/images/logos/logo3.png

133 KB
Loading

docs/images/logos/logo4.png

132 KB
Loading

docs/index.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
# Welcome to MkDocs
2-
3-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4-
5-
## Commands
6-
7-
* `mkdocs new [dir-name]` - Create a new project.
8-
* `mkdocs serve` - Start the live-reloading docs server.
9-
* `mkdocs build` - Build the documentation site.
10-
* `mkdocs -h` - Print help message and exit.
11-
12-
## Project layout
13-
14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.
1+
# Welcome to davidnet docs

docs/legal/privacy_policy.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### 1. What Data Do We Collect?
2+
- Useragent: Session information
3+
- IP: Security & Session information
4+
- Email: Contact & Recovery
5+
6+
### 2. How We Use Your Data
7+
8+
Making davidnet able to work.
9+
10+
### 3. Sharing Your Data
11+
12+
We don't collect marketing information.
13+
We don't sell your information.
14+
15+
### 4. Cookies
16+
17+
We use cookies to let davidnet work the cookies are essential and cannot be turned off.
18+
They wont be used for marketing or data collection.
19+
20+
### 5. Data deletion
21+
22+
You may delete your data at [MyAccount](https://account.davidnet.net/account/)
23+
24+
### 6. Contact Us
25+
26+
27+
28+
29+
----
30+
We may change this privacy policy without notifying you.

docs/legal/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### How to handle security related issues?
2+
3+
Please mail to [[email protected]](mail:[email protected])

docs/legal/terms_of_service.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### 1. Account Usage
2+
3+
You are responsible for keeping your account information secure.
4+
Do not engage in any illegal activities or abuse the service.
5+
We may terminate & delete your account.
6+
7+
### 2. No Liability, No Warranty
8+
9+
We provide the service "as-is", with no guarantees.
10+
We’re not responsible if the service breaks, goes down, or loses data.
11+
We don’t guarantee security, uptime, or that everything will work perfectly.
12+
If something goes wrong, we are not liable for any damages or losses, including but not limited to loss of data, reputation, or business.
13+
14+
By using this service, you accept that everything is at your own risk.
15+
16+
### 3. Contact us
17+
18+
19+
20+
----
21+
We may change this terms of service without notifying you.

docs/legal/third party tools.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Third party tools
2+
3+
[mkdocs](https://github.com/mkdocs/) - [License](https://github.com/mkdocs/mkdocs/blob/master/LICENSE)
4+
5+
[mkdocs-material](https://github.com/squidfunk/mkdocs-material) - [License](https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE)
6+
7+
[Deno](https://github.com/denoland/deno/tree/main) - [License](https://github.com/denoland/deno/blob/main/LICENSE.md)
8+
9+
[MySQL_CE](https://www.mysql.com/products/community/)

docs/stylesheets/cleanup.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.md-footer {
2+
display: none !important;
3+
}
4+
5+
.md-copyright {
6+
display: none !important;
7+
}

0 commit comments

Comments
 (0)