Skip to content

Commit

Permalink
Merge pull request #14227 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.0/pr-14217

feat: Adding workshops to docs (backport #14217)
  • Loading branch information
jeromelaban authored Nov 1, 2023
2 parents 2e928ed + 92494c3 commit 5ee32c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
25 changes: 17 additions & 8 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@
- name: Uno.UITest
href: external/uno.uitest/doc/toc.yml

# - name: Reference
# items:
# - name: Implemented Views
# href: implemented/toc.yml
# topicHref: implemented-views.md
- name: Reference
items:
- name: Implemented Views
href: implemented/toc.yml
topicHref: implemented-views.md

- name: Contributing to Uno Platform
items:
Expand Down Expand Up @@ -564,12 +564,21 @@
- name: Extensions
topicHref: external/uno.extensions/doc/ExtensionsOverview.md
href: external/uno.extensions/doc/toc.yml
# - name: Themes
# topicHref: external/uno.themes/doc/themes-overview.html
# href: external/uno.themes/doc/toc.yml
- name: Themes
topicHref: external/uno.themes/doc/themes-overview.html
href: external/uno.themes/doc/toc.yml
- 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/README.md
items:
- name: Tube Player
href: external/workshops/tube-player/toc.yml
- name: Simple Calc
href: external/workshops/simple-calc/toc.yml
5 changes: 3 additions & 2 deletions doc/import_external_docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ $external_docs = @{
# use either commit, or branch name to use its latest commit
"uno.wasm.bootstrap" = "5ef2048d98df307c738186a5339eedcc4665be72"
"uno.themes" = "37e913dea361bcc13e20587184bb3691c6b31d3b"
"uno.toolkit.ui" = "31028b21593d885d79873371c3d3271c72fa6482"
"uno.toolkit.ui" = "38838426c54a8465873442c7f677de457f19adbc"
"uno.check" = "2ef22f04f65ac954bf505f8ae84a366b99146d21"
"uno.xamlmerge.task" = "7e8ffef206e87dfea90c53805c45e93a7d8c0b46"
"figma-docs" = "abb770f1c853e9872d3826699d74107a5deb6538"
"uno.resizetizer" = "3eec4aad0b7b3480ec6c2a121911ffde844fc4f8"
"uno.uitest" = "555453c2985ef2745fe44503c5809a6168d063c2"
"uno.extensions" = "fd39e2669674717e4f91746c5a4b8d09766e038c"
"uno.extensions" = "3115cb966640c78b362eed7b6a6b25cdd1bcec9a"
"workshops" = "40ca793e3429be8aad211b45be404267516c95d2"
}

$uno_git_url = "https://github.com/unoplatform/"
Expand Down
1 change: 1 addition & 0 deletions doc/import_external_docs_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $external_docs = @{
"uno.resizetizer" = "main"
"uno.uitest" = "master"
"uno.extensions" = "main"
"workshops" = "master"
}

./import_external_docs $external_docs
Expand Down

0 comments on commit 5ee32c8

Please sign in to comment.