feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
12
product-source/hololake-platform/tests/fixtures/test-vault/event/team-meeting.md
vendored
Normal file
12
product-source/hololake-platform/tests/fixtures/test-vault/event/team-meeting.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
Is A: Event
|
||||
Status: Active
|
||||
Belongs to:
|
||||
- "[[Alpha Project]]"
|
||||
Attendees:
|
||||
- "[[Test User]]"
|
||||
---
|
||||
|
||||
# Team Meeting
|
||||
|
||||
Weekly team meeting for the Alpha Project.
|
||||
8
product-source/hololake-platform/tests/fixtures/test-vault/note/archived-note.md
vendored
Normal file
8
product-source/hololake-platform/tests/fixtures/test-vault/note/archived-note.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
Is A: Note
|
||||
Archived: Yes
|
||||
---
|
||||
|
||||
# Archived Note
|
||||
|
||||
This note is archived and should not appear in the main sidebar.
|
||||
10
product-source/hololake-platform/tests/fixtures/test-vault/note/note-b.md
vendored
Normal file
10
product-source/hololake-platform/tests/fixtures/test-vault/note/note-b.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
Is A: Note
|
||||
Status: Active
|
||||
---
|
||||
|
||||
# Note B
|
||||
|
||||
This is Note B, referenced by Alpha Project.
|
||||
|
||||
It also links to [[Note C]].
|
||||
12
product-source/hololake-platform/tests/fixtures/test-vault/note/note-c.md
vendored
Normal file
12
product-source/hololake-platform/tests/fixtures/test-vault/note/note-c.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
Is A: Note
|
||||
Status: Active
|
||||
Related to:
|
||||
- "[[Alpha Project]]"
|
||||
Topics:
|
||||
- "[[design]]"
|
||||
---
|
||||
|
||||
# Note C
|
||||
|
||||
This is Note C with relationships to Alpha Project.
|
||||
9
product-source/hololake-platform/tests/fixtures/test-vault/note/trashed-note.md
vendored
Normal file
9
product-source/hololake-platform/tests/fixtures/test-vault/note/trashed-note.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
Is A: Note
|
||||
Trashed: true
|
||||
Trashed at: 2026-03-01
|
||||
---
|
||||
|
||||
# Trashed Note
|
||||
|
||||
This note is trashed and should not appear in search results or the main sidebar.
|
||||
16
product-source/hololake-platform/tests/fixtures/test-vault/project/alpha-project.md
vendored
Normal file
16
product-source/hololake-platform/tests/fixtures/test-vault/project/alpha-project.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
Is A: Project
|
||||
Status: Active
|
||||
Owner: "Test User"
|
||||
Related to:
|
||||
- "[[Note B]]"
|
||||
- "[[Note C]]"
|
||||
---
|
||||
|
||||
# Alpha Project
|
||||
|
||||
This is a test project that references other notes.
|
||||
|
||||
## Notes
|
||||
|
||||
See [[Note B]] for details and [[Note C]] for additional context.
|
||||
10
product-source/hololake-platform/tests/fixtures/test-vault/quarter/spring-2026.md
vendored
Normal file
10
product-source/hololake-platform/tests/fixtures/test-vault/quarter/spring-2026.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Spring 2026
|
||||
Is A: Quarter
|
||||
Status: Active
|
||||
---
|
||||
|
||||
## Goals
|
||||
|
||||
- [[Alpha Project]]
|
||||
- [[Note B]]
|
||||
9
product-source/hololake-platform/tests/fixtures/test-vault/type/event.md
vendored
Normal file
9
product-source/hololake-platform/tests/fixtures/test-vault/type/event.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
Is A: Type
|
||||
icon: calendar
|
||||
color: orange
|
||||
order: 2
|
||||
sidebarLabel: Events
|
||||
---
|
||||
|
||||
# Event
|
||||
9
product-source/hololake-platform/tests/fixtures/test-vault/type/note.md
vendored
Normal file
9
product-source/hololake-platform/tests/fixtures/test-vault/type/note.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
Is A: Type
|
||||
icon: file-text
|
||||
color: green
|
||||
order: 1
|
||||
sidebarLabel: Notes
|
||||
---
|
||||
|
||||
# Note
|
||||
9
product-source/hololake-platform/tests/fixtures/test-vault/type/project.md
vendored
Normal file
9
product-source/hololake-platform/tests/fixtures/test-vault/type/project.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
Is A: Type
|
||||
icon: folder
|
||||
color: blue
|
||||
order: 0
|
||||
sidebarLabel: Projects
|
||||
---
|
||||
|
||||
# Project
|
||||
Loading…
Reference in a new issue