diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-10-17 10:50:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 10:50:22 +0200 |
| commit | d04dcf67ec042fca76b48ffc09ea9d2ea4b5106e (patch) | |
| tree | 2f9855c1c5daaece4ac17ff7ce748ba49ec86701 /docs/Writerside/in.tree | |
| parent | 939040032f6e22529ccb6b5f54d9c48fc94db3d6 (diff) | |
initial work on docs (#69)
* initial work on docs
* fix DOCKER_VERSION
* update location
* add the path **properly**
* Update docs workflow
Diffstat (limited to 'docs/Writerside/in.tree')
| -rw-r--r-- | docs/Writerside/in.tree | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/Writerside/in.tree b/docs/Writerside/in.tree new file mode 100644 index 0000000..b803dbb --- /dev/null +++ b/docs/Writerside/in.tree @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE instance-profile + SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> + +<instance-profile id="in" + name="monero_c docs" + start-page="about.md"> + + <toc-element topic="about.md"/> + <toc-element topic="Building.md"> + <toc-element topic="Using-prebuilds.md"/> + <toc-element topic="Linux.md"/> + <toc-element topic="Android.md"/> + <toc-element topic="Windows.md"/> + <toc-element topic="macOS.md"/> + </toc-element> +</instance-profile>
\ No newline at end of file |
