Skip to content

Commit 46fb545

Browse files
authored
Zensical Docs (#124)
1 parent 20ea4fc commit 46fb545

File tree

18 files changed

+105
-248
lines changed

18 files changed

+105
-248
lines changed

.github/workflows/documentation-trigger.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Publish Website to GitHub Pages
2+
on:
3+
push:
4+
branches:
5+
- stable
6+
7+
# Manual trigger
8+
workflow_dispatch:
9+
10+
# External trigger
11+
repository_dispatch:
12+
types:
13+
- docs-deploy
14+
15+
# Allow one concurrent deployment for the workflow
16+
concurrency:
17+
group: page-deploy
18+
cancel-in-progress: true
19+
20+
jobs:
21+
build:
22+
permissions:
23+
contents: read
24+
pages: write
25+
id-token: write
26+
if: github.repository_owner == 'synodic'
27+
uses: synodic/.github/.github/workflows/python-deploy-docs.yml@stable

docs/antora.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CPPython

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/modules/ROOT/pages/configuration.adoc

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/modules/plugins/nav.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/modules/plugins/pages/cmake-configuration.adoc

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/modules/plugins/pages/cmake-presets.adoc

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)