-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Configure for moving docs root and build to separate repo.
- Loading branch information
Raphael Krupinski
committed
Jun 4, 2024
1 parent
9bb4a9d
commit 404b236
Showing
5 changed files
with
6 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,21 @@ | ||
site_name: Lapidary | ||
site_description: Build Web API clients with python annotations | ||
copyright: © 2024 Rafał Krupiński | ||
repo_url: https://github.com/python-lapidary/lapidary | ||
repo_name: python-lapidary/lapidary | ||
edit_uri: '' | ||
|
||
docs_dir: ../docs | ||
site_dir: ../site | ||
site_url: https://lapidary.dev/ | ||
|
||
nav: | ||
- Lapidary: index.md | ||
- Usage: | ||
- usage/client.md | ||
- usage/operation.md | ||
- usage/auth.md | ||
- Reference: | ||
- reference/lapidary.md | ||
|
||
plugins: | ||
- mkdocstrings: | ||
handlers: | ||
python: | ||
paths: | ||
- ../src | ||
- src | ||
options: | ||
docstring_style: sphinx | ||
|
||
theme: | ||
name: material | ||
logo: logo.svg | ||
favicon: logo.png | ||
language: en | ||
features: | ||
- navigation.instant | ||
- navigation.sections | ||
plugins: | ||
- privacy | ||
custom_dir: theme | ||
markdown_extensions: | ||
- admonition | ||
- tables | ||
- pymdownx.tasklist | ||
|
||
extra: | ||
analytics: | ||
provider: goatcounter | ||
code: lapidary |
2 changes: 0 additions & 2 deletions
2
config/theme/partials/integrations/analytics/goatcounter.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Lapidary Reference | ||
|
||
::: lapidary.runtime |