Add initial configuration files and update documentation links

This commit is contained in:
2025-01-30 05:27:16 +11:00
parent 661f9bb9c4
commit 612f15f7b4
9 changed files with 301 additions and 65 deletions

1
docs/.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

1
docs/.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

30
docs/.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"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
}

171
docs/.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,171 @@
{
"main": {
"id": "cd6401f1d421f524",
"type": "split",
"children": [
{
"id": "380ab91822574142",
"type": "tabs",
"children": [
{
"id": "1eda716d35acafe8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "index"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "66837e31272b0a87",
"type": "split",
"children": [
{
"id": "2c0fd441985c6245",
"type": "tabs",
"children": [
{
"id": "ba3b4ab7076efb70",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "a6d0910ec51944ee",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "f8024f6e5f6c45ac",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "642d5319f1f437db",
"type": "split",
"children": [
{
"id": "6c06163fdc608e38",
"type": "tabs",
"children": [
{
"id": "b06989fdae9db98b",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for index"
}
},
{
"id": "bf67716e89e5fce6",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from index"
}
},
{
"id": "ad8500c55403fa87",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "b67ceee19888e290",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "index.md"
},
"icon": "lucide-list",
"title": "Outline of index"
}
}
]
}
],
"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": "1eda716d35acafe8",
"lastOpenFiles": [
"Blueprint Penetration Trace.md",
"Blueprint Depth Trace.md",
"index.md"
]
}

View File

@@ -1,13 +1,10 @@
---
title: Welcome
---
Welcome to the Documentation
Here you'll find documentation for various tools and projects I've created. Select a document from the sidebar to get started.
## Available Documentation
- **Blueprint Depth Trace** - A Blueprint Function Library for depth-based line traces in Unreal Engine
- **[[Blueprint Depth Trace]]** - A Blueprint Function Library for depth-based line traces in Unreal Engine
- More documentation coming soon...
## Getting Help