Skip to content

Commit

Permalink
feat: Adding workshops to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph authored and agneszitte committed Nov 1, 2023
1 parent d970ff4 commit 66cf878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@
- name: Toolkit
topicHref: external/uno.toolkit.ui/doc/getting-started.md
href: external/uno.toolkit.ui/doc/toc.yml

- name: Figma
topicHref: external/figma-docs/overview/getting-started-uno-figma.md
href: external/figma-docs/toc.yml

- name: Workshops
topicHref: external/workshops-private/README.md
href: external/workshops-private/toc.yml
1 change: 1 addition & 0 deletions doc/import_external_docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $external_docs = @{
"uno.resizetizer" = "3eec4aad0b7b3480ec6c2a121911ffde844fc4f8"
"uno.uitest" = "555453c2985ef2745fe44503c5809a6168d063c2"
"uno.extensions" = "fd39e2669674717e4f91746c5a4b8d09766e038c"
"workshops-private" = "master"
}

$uno_git_url = "https://github.com/unoplatform/"
Expand Down
3 changes: 2 additions & 1 deletion doc/import_external_docs_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ dotnet tool update --global dotnet-serve
$external_docs = @{
# use either commit, or branch name to use its latest commit
"uno.wasm.bootstrap" = "main"
"uno.themes" = "master"
# "uno.themes" = "master"
"uno.toolkit.ui" = "main"
"uno.check" = "main"
"uno.xamlmerge.task" = "main"
"figma-docs" = "main"
"uno.resizetizer" = "main"
"uno.uitest" = "master"
"uno.extensions" = "main"
"workshops-private" = "dev/shwe/review"
}

./import_external_docs $external_docs
Expand Down

0 comments on commit 66cf878

Please sign in to comment.