-
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.
Switched from docToolchain to asciidoctor
- Loading branch information
BAndiT1983
committed
Apr 17, 2024
1 parent
1ae559e
commit 41df7f2
Showing
5 changed files
with
103 additions
and
24 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -56,9 +56,8 @@ That *_really_* has to go. | |
|
||
Can't pick one? Let's use them `*_all_*`. | ||
|
||
:source-highlighter: coderay | ||
|
||
Check out this example C source code: | ||
|
||
[source, c] | ||
---- | ||
#include <stdio.h> | ||
|
@@ -72,6 +71,7 @@ int main() { | |
When connecting to the camera via Wifi the hostname is automatically set to `axiom.camera`. | ||
|
||
This means you can use `axiom.camera` instead of the IP in your browser to access the WebUi or through ssh: | ||
[source, shell] | ||
---- | ||
ssh [email protected] | ||
---- | ||
|
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
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,8 @@ | ||
:repo-url: https://github.com/apertus-open-source-cinema/documentation-wiki | ||
:pdf-themesdir: ./themes/ | ||
:pdf-fontsdir: ./themes/ | ||
:pdf-theme: apertus | ||
:source-highlighter: coderay | ||
:kroki-fetch-diagram: true | ||
:imagesdir: ./images | ||
:imagesoutdir: pages/images |