-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 876 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: SmartyURL Docs
docs_dir: docs
site_dir: site
repo_url: https://github.com/Extendy/SmartyURL
site_description: 'SmartyURL Documentation'
site_author: 'Extendy Team'
copyright: 'Copyrights © 2023 Extendy Team'
nav:
- Home: index.md
- Introduction: introduction.md
- Why Using SmartyURL?: why-smartyurl.md
- Developer's Guide (Install): developers.md
- Upgrading old versions:
- Upgrade from 1.0.0 to 1.0.1: upgrade-v1.0.0-to-1.0.1.md
- SmartyURL Users: users.md
- IP Geolocation: ip2location.md
- License: license.md
- Legal Notice: legalnotice.md
theme:
name: material
language: en
direction: ltr
extra:
version: v0.0.0-dev-dnd.5
analytics:
provider: google
property: G-M7YCSNSJLJ
alternate:
- name: عربي
link: https://smartyurl.extendy.net/docs/ar/
lang: ar
markdown_extensions:
- admonition