Skip to content

Commit

Permalink
refactor(docs): move mkdocs config under docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Apr 29, 2023
1 parent fcf36f6 commit e602779
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .holo/branches/docs-site/.holo/lenses/_skeleton-v1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[holomapping]
root = ".holo/lenses"
files = [
"mkdocs.toml",
]
3 changes: 1 addition & 2 deletions .holo/branches/docs-site/_skeleton-v1.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[holomapping]
root = "docs"
files = [
".holo/lenses/mkdocs.toml",
"docs/",
"mkdocs.yml",
"mkdocs.*.yml",
]
7 changes: 7 additions & 0 deletions .holo/branches/docs-site/docs/_skeleton-v1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[holomapping]
root = "docs"
files = [
"**",
"!mkdocs.yml",
"!mkdocs.*.yml",
]
12 changes: 12 additions & 0 deletions .holo/lenses/sencha-cleanup.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TODO: erase sencha-workspace after all lensing
[hololens]
# TODO: use a no-op or embedded script lens that can efficiently return an empty tree?
# package = "holo/lens-k8s-normalize/1.3"
after = "*"

[hololens.input]
root = "sencha-workspace"
files = "**" # or [] or "" for empty tree?

[hololens.output]
merge = "replace"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e602779

Please sign in to comment.