From 0b28b638f0d0d091d2ccad0c9b954977323a8eb3 Mon Sep 17 00:00:00 2001 From: Damian Laczak Date: Wed, 13 Mar 2024 23:17:06 +0100 Subject: [PATCH] docs: change folder structurte --- .github/workflows/obsidian.yml | 1 - {obsidian/docs => docs}/.gitignore | 0 .../Server Statuses/Remove Status Monitor.md | 0 .../Commands/Server Statuses/Untitled.md | 0 .../Commands/Server/List servers.md | 0 .../Commands/Server/Register Server.md | 0 .../Commands/Server/Remove server.md | 0 .../docs => docs}/diagrams/akka.drawio.png | Bin .../diagrams/database.drawio.png | Bin {obsidian/docs => docs}/diagrams/readme.md | 0 {obsidian/docs => docs}/index.md | 0 {obsidian => docs}/mathjax.js | 0 {obsidian/docs => docs}/readme.md.md | 0 obsidian/mkdocs.yml => mkdocs.yml | 0 obsidian/docs/.obsidian/app.json | 3 - obsidian/docs/.obsidian/appearance.json | 4 - .../.obsidian/core-plugins-migration.json | 30 --- obsidian/docs/.obsidian/core-plugins.json | 20 -- obsidian/docs/.obsidian/graph.json | 22 -- obsidian/docs/.obsidian/workspace.json | 189 ------------------ 20 files changed, 269 deletions(-) rename {obsidian/docs => docs}/.gitignore (100%) rename {obsidian/docs => docs}/Commands/Server Statuses/Remove Status Monitor.md (100%) rename {obsidian/docs => docs}/Commands/Server Statuses/Untitled.md (100%) rename {obsidian/docs => docs}/Commands/Server/List servers.md (100%) rename {obsidian/docs => docs}/Commands/Server/Register Server.md (100%) rename {obsidian/docs => docs}/Commands/Server/Remove server.md (100%) rename {obsidian/docs => docs}/diagrams/akka.drawio.png (100%) rename {obsidian/docs => docs}/diagrams/database.drawio.png (100%) rename {obsidian/docs => docs}/diagrams/readme.md (100%) rename {obsidian/docs => docs}/index.md (100%) rename {obsidian => docs}/mathjax.js (100%) rename {obsidian/docs => docs}/readme.md.md (100%) rename obsidian/mkdocs.yml => mkdocs.yml (100%) delete mode 100644 obsidian/docs/.obsidian/app.json delete mode 100644 obsidian/docs/.obsidian/appearance.json delete mode 100644 obsidian/docs/.obsidian/core-plugins-migration.json delete mode 100644 obsidian/docs/.obsidian/core-plugins.json delete mode 100644 obsidian/docs/.obsidian/graph.json delete mode 100644 obsidian/docs/.obsidian/workspace.json diff --git a/.github/workflows/obsidian.yml b/.github/workflows/obsidian.yml index 1ed09581..9d221b27 100644 --- a/.github/workflows/obsidian.yml +++ b/.github/workflows/obsidian.yml @@ -21,7 +21,6 @@ jobs: key: ${{ github.ref }} path: .cache - run: | - cd obsidian pip install mkdocs-material pip install mkdocs-roamlinks-plugin pip install mkdocs-rss-plugin diff --git a/obsidian/docs/.gitignore b/docs/.gitignore similarity index 100% rename from obsidian/docs/.gitignore rename to docs/.gitignore diff --git a/obsidian/docs/Commands/Server Statuses/Remove Status Monitor.md b/docs/Commands/Server Statuses/Remove Status Monitor.md similarity index 100% rename from obsidian/docs/Commands/Server Statuses/Remove Status Monitor.md rename to docs/Commands/Server Statuses/Remove Status Monitor.md diff --git a/obsidian/docs/Commands/Server Statuses/Untitled.md b/docs/Commands/Server Statuses/Untitled.md similarity index 100% rename from obsidian/docs/Commands/Server Statuses/Untitled.md rename to docs/Commands/Server Statuses/Untitled.md diff --git a/obsidian/docs/Commands/Server/List servers.md b/docs/Commands/Server/List servers.md similarity index 100% rename from obsidian/docs/Commands/Server/List servers.md rename to docs/Commands/Server/List servers.md diff --git a/obsidian/docs/Commands/Server/Register Server.md b/docs/Commands/Server/Register Server.md similarity index 100% rename from obsidian/docs/Commands/Server/Register Server.md rename to docs/Commands/Server/Register Server.md diff --git a/obsidian/docs/Commands/Server/Remove server.md b/docs/Commands/Server/Remove server.md similarity index 100% rename from obsidian/docs/Commands/Server/Remove server.md rename to docs/Commands/Server/Remove server.md diff --git a/obsidian/docs/diagrams/akka.drawio.png b/docs/diagrams/akka.drawio.png similarity index 100% rename from obsidian/docs/diagrams/akka.drawio.png rename to docs/diagrams/akka.drawio.png diff --git a/obsidian/docs/diagrams/database.drawio.png b/docs/diagrams/database.drawio.png similarity index 100% rename from obsidian/docs/diagrams/database.drawio.png rename to docs/diagrams/database.drawio.png diff --git a/obsidian/docs/diagrams/readme.md b/docs/diagrams/readme.md similarity index 100% rename from obsidian/docs/diagrams/readme.md rename to docs/diagrams/readme.md diff --git a/obsidian/docs/index.md b/docs/index.md similarity index 100% rename from obsidian/docs/index.md rename to docs/index.md diff --git a/obsidian/mathjax.js b/docs/mathjax.js similarity index 100% rename from obsidian/mathjax.js rename to docs/mathjax.js diff --git a/obsidian/docs/readme.md.md b/docs/readme.md.md similarity index 100% rename from obsidian/docs/readme.md.md rename to docs/readme.md.md diff --git a/obsidian/mkdocs.yml b/mkdocs.yml similarity index 100% rename from obsidian/mkdocs.yml rename to mkdocs.yml diff --git a/obsidian/docs/.obsidian/app.json b/obsidian/docs/.obsidian/app.json deleted file mode 100644 index dc969401..00000000 --- a/obsidian/docs/.obsidian/app.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "showInlineTitle": false -} \ No newline at end of file diff --git a/obsidian/docs/.obsidian/appearance.json b/obsidian/docs/.obsidian/appearance.json deleted file mode 100644 index 5a3f401a..00000000 --- a/obsidian/docs/.obsidian/appearance.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "accentColor": "", - "theme": "obsidian" -} \ No newline at end of file diff --git a/obsidian/docs/.obsidian/core-plugins-migration.json b/obsidian/docs/.obsidian/core-plugins-migration.json deleted file mode 100644 index 436f43cf..00000000 --- a/obsidian/docs/.obsidian/core-plugins-migration.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "file-explorer": true, - "global-search": true, - "switcher": true, - "graph": true, - "backlink": true, - "canvas": true, - "outgoing-link": true, - "tag-pane": true, - "properties": false, - "page-preview": true, - "daily-notes": true, - "templates": true, - "note-composer": true, - "command-palette": true, - "slash-command": false, - "editor-status": true, - "bookmarks": true, - "markdown-importer": false, - "zk-prefixer": false, - "random-note": false, - "outline": true, - "word-count": true, - "slides": false, - "audio-recorder": false, - "workspaces": false, - "file-recovery": true, - "publish": false, - "sync": false -} \ No newline at end of file diff --git a/obsidian/docs/.obsidian/core-plugins.json b/obsidian/docs/.obsidian/core-plugins.json deleted file mode 100644 index 9405bfdc..00000000 --- a/obsidian/docs/.obsidian/core-plugins.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - "file-explorer", - "global-search", - "switcher", - "graph", - "backlink", - "canvas", - "outgoing-link", - "tag-pane", - "page-preview", - "daily-notes", - "templates", - "note-composer", - "command-palette", - "editor-status", - "bookmarks", - "outline", - "word-count", - "file-recovery" -] \ No newline at end of file diff --git a/obsidian/docs/.obsidian/graph.json b/obsidian/docs/.obsidian/graph.json deleted file mode 100644 index 93a0dabb..00000000 --- a/obsidian/docs/.obsidian/graph.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "collapse-filter": false, - "search": "", - "showTags": true, - "showAttachments": false, - "hideUnresolved": false, - "showOrphans": true, - "collapse-color-groups": true, - "colorGroups": [], - "collapse-display": true, - "showArrow": false, - "textFadeMultiplier": 0, - "nodeSizeMultiplier": 1, - "lineSizeMultiplier": 1, - "collapse-forces": true, - "centerStrength": 0.518713248970312, - "repelStrength": 10, - "linkStrength": 1, - "linkDistance": 250, - "scale": 1, - "close": true -} \ No newline at end of file diff --git a/obsidian/docs/.obsidian/workspace.json b/obsidian/docs/.obsidian/workspace.json deleted file mode 100644 index e3dc8ed7..00000000 --- a/obsidian/docs/.obsidian/workspace.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "main": { - "id": "95ff66027bc5c5de", - "type": "split", - "children": [ - { - "id": "8ba2c6fd62a30eb0", - "type": "tabs", - "children": [ - { - "id": "1337c496f21e2799", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "index.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "1bd29a07891fc1b9", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Commands/Server Statuses/Remove Status Monitor.md", - "mode": "source", - "source": false - } - } - } - ] - } - ], - "direction": "vertical" - }, - "left": { - "id": "2e4afd0965d0bdec", - "type": "split", - "children": [ - { - "id": "c663686fd93605a5", - "type": "tabs", - "children": [ - { - "id": "82202788be2335c6", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": { - "sortOrder": "alphabetical" - } - } - }, - { - "id": "79c33fd233db480b", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": " ", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - }, - { - "id": "e285542a85f8f011", - "type": "leaf", - "state": { - "type": "bookmarks", - "state": {} - } - } - ] - } - ], - "direction": "horizontal", - "width": 300 - }, - "right": { - "id": "22630357607563df", - "type": "split", - "children": [ - { - "id": "088d8175123932de", - "type": "tabs", - "children": [ - { - "id": "c30c193b2946e07a", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "file": "index.md", - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "962fdeae102fe75f", - "type": "leaf", - "state": { - "type": "outgoing-link", - "state": { - "file": "index.md", - "linksCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "cde94394122db381", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - }, - { - "id": "02e43917d2e01e37", - "type": "leaf", - "state": { - "type": "outline", - "state": { - "file": "index.md" - } - } - } - ] - } - ], - "direction": "horizontal", - "width": 300, - "collapsed": true - }, - "left-ribbon": { - "hiddenItems": { - "switcher:Open quick switcher": false, - "graph:Open graph view": false, - "canvas:Create new canvas": false, - "daily-notes:Open today's daily note": false, - "templates:Insert template": false, - "command-palette:Open command palette": false - } - }, - "active": "1337c496f21e2799", - "lastOpenFiles": [ - "readme.md.md", - "Commands/Server/Remove server.md", - "Commands/Server Statuses/Untitled.md", - "Commands/Server Statuses/Remove Status Monitor.md", - "index.md", - "Commands/Server/Register Server.md", - "Commands/Server/List servers.md", - "Start.md", - "Commands/Server Statuses/Register Status Monitor.md", - "Commands/Server Statuses", - "diagrams/readme.md", - "Commands/Server", - "asdsad/asd.md", - "asdsad/xcxzc.md", - "Commands", - "Tes.md", - "asdsad", - "docs", - "New folder", - "mathjax.js", - "mkdocs.yml", - "diagrams/database.drawio.png", - "diagrams/akka.drawio.png", - "Readme.md", - "Welcome.md" - ] -} \ No newline at end of file