Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/obj/
_site
5 changes: 5 additions & 0 deletions docs/api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
###############
# temp file #
###############
*.yml
.manifest
Empty file added docs/api/index.md
Empty file.
6 changes: 6 additions & 0 deletions docs/articles/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
uid: articles-index
title: Index
name: Index
---
this is a thing
1 change: 1 addition & 0 deletions docs/articles/internal/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
uid: articles-internal-getting-started
title: Getting Started
name: Getting Started
---

# Getting Started
Expand Down
1 change: 1 addition & 0 deletions docs/articles/internal/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
uid: articles-internal-main
title: Starnight.Internal
name: Starnight.Internal
---

# Starnight.Internal
Expand Down
1 change: 1 addition & 0 deletions docs/articles/internal/listeners.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
uid: articles-internal-Listeners
title: Listeners
name: Listeners
---

# Listeners
Expand Down
7 changes: 7 additions & 0 deletions docs/articles/internal/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- order: 0
href: getting-started.md
name: Getting Started
- order: 0
href: listeners.md
name: Listeners

11 changes: 11 additions & 0 deletions docs/articles/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- order: 0
href: internal/index.md
name: Starnight.Internal
items:
- order: 0
href: internal/getting-started.md
name: Getting Started
- order: 0
href: internal/listeners.md
name: Listeners

71 changes: 71 additions & 0 deletions docs/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"metadata": [
{
"src": [
{
"src": "../",
"files": [
"src/**/bin/**/**/Starnight.dll",
"src/**/bin/**/**/Starnight.Caching.dll",
"src/**/bin/**/**/Starnight.Caching.Providers.dll",
"src/**/bin/**/**/Starnight.Shared.dll",
"src/**/bin/**/**/Starnight.Internal.dll",
"gen/bin/**/**/Starnight.SourceGenerators.dll"
]
}
],
"dest": "api",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened"
}
],
"build": {
"xrefService": "https://xref.docs.microsoft.com/query?uid={uid}",
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false
}
}
2 changes: 2 additions & 0 deletions docs/images/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[]

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
this is a thing
2 changes: 2 additions & 0 deletions docs/src/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[]

5 changes: 5 additions & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Articles
href: articles/
- name: Api Documentation
href: api/
homepage: api/index.md