Skip to content

Commit a1a1df4

Browse files
authored
Create mkdocs.yml
1 parent 3368b7f commit a1a1df4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

mkdocs.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
site_name: libit
2+
site_author: 'Pymmdrza@gmail.com'
3+
repo_url: 'https://github.com/pylibit/libit'
4+
# edit_uri: '?query=root/path/docs/'
5+
site_description: 'Generated and Convereted any Private Key and Mnemonic , WIF , Decimal Security Bitcoin Wallet , Ethereum, Tron '
6+
# site_url: 'https://pylibit.github.io/Rich-Address-Wallet'
7+
copyright: 'Copyright © 2025, Pymmdrza'
8+
9+
nav:
10+
- Home: index.md
11+
- Install: '#install--use'
12+
- How To: '#how-to'
13+
- Ethereum: '#ethereum-address'
14+
- Tron: '#tron'
15+
- Owner: 'https://mmdrza.com'
16+
17+
theme:
18+
name: readthedocs
19+
locale: en
20+
collapse_by_default: false
21+
include_homepage_in_sidebar: true
22+
features:
23+
- navigation.tabs
24+
- navigation.instant
25+
26+
plugins:
27+
- search:
28+
indexing: 'full'
29+
30+
markdown_extensions:
31+
- smarty
32+
- toc:
33+
permalink: true
34+
separator: "-"
35+
- sane_lists

0 commit comments

Comments
 (0)