Skip to content

Commit 45b645f

Browse files
committed
change: site url to mirror
1 parent 687763c commit 45b645f

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

mkdocs.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: BustAPI
22
site_description: "The fastest Python web framework. Flask-like API with Rust-powered performance. 100,000+ requests/sec."
33
site_author: GrandpaEJ
4-
site_url: https://grandpaej.github.io/BustAPI/
4+
site_url: https://RUSTxPY.github.io/BustAPI/
55
repo_url: https://github.com/RUSTxPY/BustAPI
66
repo_name: RUSTxPY/BustAPI
77
edit_uri: edit/main/docs/
@@ -37,7 +37,7 @@ theme:
3737
logo: assets/logo.png
3838
favicon: assets/logo.png
3939
language: en
40-
40+
4141
palette:
4242
- media: "(prefers-color-scheme: light)"
4343
scheme: default
@@ -53,11 +53,11 @@ theme:
5353
toggle:
5454
icon: material/weather-night
5555
name: Switch to light mode
56-
56+
5757
font:
5858
text: Inter
5959
code: JetBrains Mono
60-
60+
6161
icon:
6262
repo: fontawesome/brands/github
6363
admonition:
@@ -66,7 +66,7 @@ theme:
6666
warning: fontawesome/solid/triangle-exclamation
6767
danger: fontawesome/solid/skull
6868
example: fontawesome/solid/flask
69-
69+
7070
features:
7171
# Navigation
7272
- navigation.instant
@@ -79,22 +79,22 @@ theme:
7979
- navigation.path
8080
- navigation.top
8181
- navigation.footer
82-
82+
8383
# Table of Contents
8484
- toc.follow
8585
- toc.integrate
86-
86+
8787
# Search
8888
- search.suggest
8989
- search.highlight
9090
- search.share
91-
91+
9292
# Content
9393
- content.code.copy
9494
- content.code.annotate
9595
- content.tabs.link
9696
- content.tooltips
97-
97+
9898
# Header
9999
- header.autohide
100100
- announce.dismiss
@@ -125,9 +125,8 @@ markdown_extensions:
125125
custom_fences:
126126
- name: mermaid
127127
class: mermaid
128-
format: !!python/name:pymdownx.superfences.fence_code_format
129-
130-
# Content
128+
format: !!python/name:pymdownx.superfences.fence_code_format # Content
129+
131130
- admonition
132131
- pymdownx.details
133132
- pymdownx.tabbed:
@@ -138,7 +137,7 @@ markdown_extensions:
138137
- pymdownx.mark
139138
- pymdownx.tilde
140139
- pymdownx.smartsymbols
141-
140+
142141
# Formatting
143142
- attr_list
144143
- md_in_html

0 commit comments

Comments
 (0)