Skip to content

Commit

Permalink
Initial documentation upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Jan 28, 2024
1 parent 03cb7a3 commit bbf9e64
Show file tree
Hide file tree
Showing 69 changed files with 23,794 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Deploy Documentation
on:
push:
branches: [ "main" ]

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
GitHubPages:
name: GitHub Pages
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
11 changes: 11 additions & 0 deletions .phpdoc/guide/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Documentation
#############

.. meta::
:layout: landingpage

.. toctree::
:hidden:
:titlesonly:

installation/index
7 changes: 7 additions & 0 deletions .phpdoc/guide/installation/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Installation
############

.. toctree::
:maxdepth: 3

test
14 changes: 14 additions & 0 deletions .phpdoc/guide/installation/test.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Test
####

Heading 1
=========

Heading 2
---------

Heading 3
^^^^^^^^^

Heading 4
"""""""""
1,580 changes: 1,580 additions & 0 deletions docs/classes/OCC-Basics-DataStructures-StrictList.html

Large diffs are not rendered by default.

1,712 changes: 1,712 additions & 0 deletions docs/classes/OCC-Basics-DataStructures-StrictQueue.html

Large diffs are not rendered by default.

1,712 changes: 1,712 additions & 0 deletions docs/classes/OCC-Basics-DataStructures-StrictStack.html

Large diffs are not rendered by default.

499 changes: 499 additions & 0 deletions docs/classes/OCC-Basics-ErrorHandlers-ThrowErrorException.html

Large diffs are not rendered by default.

Loading

0 comments on commit bbf9e64

Please sign in to comment.