mirror of
https://ghproxy.net/https://github.com/serpwings/static-wordpress.git
synced 2025-10-04 02:37:53 +08:00
29 lines
No EOL
540 B
YAML
29 lines
No EOL
540 B
YAML
site_name: staticwordpress
|
|
site_description: Python Package to Create, Manipulate and Analyze Website Sitemaps
|
|
site_author: SERP Wings
|
|
|
|
site_url: https://static-wordpress-docs.netlify.app/
|
|
|
|
repo_url: https://github.com/serpwings/static-wordpress
|
|
edit_uri: blob/main/docs/
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Tutorial: tutorial.md
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- smarty
|
|
- meta
|
|
- toc:
|
|
permalink: True
|
|
- attr_list
|
|
|
|
theme: readthedocs
|
|
|
|
copyright: © Copyright 2023 SERP Wings |