mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
updating plano docs, README and CLI
This commit is contained in:
parent
2f9121407b
commit
28fd430efd
61 changed files with 1449 additions and 1306 deletions
|
|
@ -12,10 +12,10 @@ from sphinx.util.docfields import Field
|
|||
from sphinxawesome_theme import ThemeOptions
|
||||
from sphinxawesome_theme.postprocess import Icons
|
||||
|
||||
project = "Arch Docs"
|
||||
project = "Plano Docs"
|
||||
copyright = "2025, Katanemo Labs, Inc"
|
||||
author = "Katanemo Labs, Inc"
|
||||
release = " v0.3.22"
|
||||
release = " v0.4"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
@ -72,7 +72,7 @@ theme_options = ThemeOptions(
|
|||
awesome_external_links=True,
|
||||
extra_header_link_icons={
|
||||
"repository on GitHub": {
|
||||
"link": "https://github.com/katanemo/arch",
|
||||
"link": "https://github.com/katanemo/plano",
|
||||
"icon": (
|
||||
'<svg height="26px" style="margin-top:-2px;display:inline" '
|
||||
'viewBox="0 0 45 44" '
|
||||
|
|
@ -142,5 +142,3 @@ def setup(app: Sphinx) -> None:
|
|||
)
|
||||
],
|
||||
)
|
||||
|
||||
app.add_css_file("_static/custom.css")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue