Skip to content

Commit

Permalink
Move all docfx files into docs/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jun 16, 2024
1 parent f92c2f0 commit 241aa87
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 130 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

- run: dotnet workload restore
- run: dotnet tool update -g docfx
- run: docfx docfx.json
- run: docfx docs/docfx.json

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '_site'
path: 'docs/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
File renamed without changes.
7 changes: 4 additions & 3 deletions docfx.json → docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"src": [
{
"src": "../UraniumUI/src",
"src": "../src",
"files": [
"**/*.csproj"
]
Expand All @@ -19,7 +19,7 @@
"**/*.{md,yml}"
],
"exclude": [
"azure-pipelines.yml",
"../azure-pipelines.yml",
"_site/**"
]
}
Expand All @@ -38,7 +38,8 @@
],
"globalMetadata": {
"_appName": "UraniumUI",
"_appTitle": "UraniumUI",
"_appTitle": "",
"_appLogoPath": "images/logo.png",
"_enableSearch": true,
"pdf": false
}
Expand Down
121 changes: 121 additions & 0 deletions docs/en/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
- name: Getting Started
href: Getting-Started.md
- name: Core
items:
- name: Uranium Content Page
href: infrastructure/UraniumContentPage.md
- name: Stateful Content View
href: infrastructure/StatefulContentView.md
- name: Grid Layout
href: infrastructure/GridLayout.md
- name: Auto Form View
href: infrastructure/AutoFormView.md
- name: ExpanderView
href: infrastructure/ExpanderView.md
- name: Validations
href: validations/Index.md
items:
- name: InputKit Validations
href: validations/InputKitValidations.md
- name: Data Annotations
href: validations/DataAnnotations.md
- name: Dialogs
href: dialogs/Index.md
items:
- name: CommunityToolkit
href: dialogs/Index.md#communitytoolkit
- name: Mopups
href: dialogs/Index.md#mopups
- name: Icons
href: theming/Icons.md
items:
- name: Material Icons
href: theming/Icons.md#material-icons
- name: Font Awesome
href: theming/Icons.md#fontawesome
- name: Segoe Fluent Icons
href: theming/Icons.md#segoe-fluent-icons
- name: Web Components
items: []
- name: Styling
items:
- name: Color System
href: theming/ColorSystem.md
- name: Cascading Styling
href: theming/CascadingStyling.md
- name: Creating a Theme
href: theming/CreatingTheme.md
- name: Effects
items:
- name: Blur
href: Blurs.md
- name: Material
items:
- name: Colors & Styles
href: themes/material/ColorsAndStyles.md
- name: Elevation
href: themes/material/Elevation.md
- name: ButtonView
href: themes/material/ButtonView.md
- name: Buttons
href: themes/material/Buttons.md
- name: InputFields
href: themes/material/components/InputField.md
items:
- name: TextField
href: themes/material/components/TextField.md
- name: EditorField
href: themes/material/components/EditorField.md
- name: AutoCompleteTextField
href: themes/material/components/AutoCompleteTextField.md
- name: PickerField
href: themes/material/components/PickerField.md
- name: MultiplePickerField
href: themes/material/components/MultiplePickerField.md
- name: TimePickerField
href: themes/material/components/TimePickerField.md
- name: DatePickerField
href: themes/material/components/DatePickerField.md
- name: Validations
href: themes/material/Validations.md
- name: CheckBox
href: themes/material/CheckBox.md
- name: RadioButton
href: themes/material/RadioButton.md
- name: Divider
href: themes/material/Divider.md
- name: Backdrop
href: themes/material/components/Backdrop.md
- name: Bottom Sheet
href: themes/material/components/BottomSheet.md
- name: DataGrid
href: themes/material/components/DataGrid.md
- name: Paginator
href: themes/material/components/Paginator.md
- name: TreeView
href: themes/material/components/TreeView.md
- name: TabView
href: themes/material/components/TabView.md
- name: Containers
href: themes/material/Containers.md
- name: Migration Guide
items:
- name: Migration to v1.1
href: migration-guides/Migrating-To-1.1.md
- name: Migration to v2.0
href: migration-guides/Migrating-To-2.0.md
- name: Migration to v2.1
href: migration-guides/Migrating-To-2.1.md
- name: Migration to v2.2
href: migration-guides/Migrating-To-2.2.md
- name: Migration to v2.3
href: migration-guides/Migrating-To-2.3.md
- name: Migration to v2.4
href: migration-guides/Migrating-To-2.4.md
- name: Migration to v2.7
href: migration-guides/Migrating-To-2.7.md
- name: Support
href: Support.md
items:
- name: Premium Support
href: PremiumSupport.md
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 4 additions & 121 deletions docs/toc.yml
Original file line number Diff line number Diff line change
@@ -1,121 +1,4 @@
- name: Getting Started
href: en/Getting-Started.md
- name: Core
items:
- name: Uranium Content Page
href: en/infrastructure/UraniumContentPage.md
- name: Stateful Content View
href: en/infrastructure/StatefulContentView.md
- name: Grid Layout
href: en/infrastructure/GridLayout.md
- name: Auto Form View
href: en/infrastructure/AutoFormView.md
- name: ExpanderView
href: en/infrastructure/ExpanderView.md
- name: Validations
href: en/validations/Index.md
items:
- name: InputKit Validations
href: en/validations/InputKitValidations.md
- name: Data Annotations
href: en/validations/DataAnnotations.md
- name: Dialogs
href: en/dialogs/Index.md
items:
- name: CommunityToolkit
href: en/dialogs/Index.md#communitytoolkit
- name: Mopups
href: en/dialogs/Index.md#mopups
- name: Icons
href: en/theming/Icons.md
items:
- name: Material Icons
href: en/theming/Icons.md#material-icons
- name: Font Awesome
href: en/theming/Icons.md#fontawesome
- name: Segoe Fluent Icons
href: en/theming/Icons.md#segoe-fluent-icons
- name: Web Components
items: []
- name: Styling
items:
- name: Color System
href: en/theming/ColorSystem.md
- name: Cascading Styling
href: en/theming/CascadingStyling.md
- name: Creating a Theme
href: en/theming/CreatingTheme.md
- name: Effects
items:
- name: Blur
href: en/Blurs.md
- name: Material
items:
- name: Colors & Styles
href: en/themes/material/ColorsAndStyles.md
- name: Elevation
href: en/themes/material/Elevation.md
- name: ButtonView
href: en/themes/material/ButtonView.md
- name: Buttons
href: en/themes/material/Buttons.md
- name: InputFields
href: en/themes/material/components/InputField.md
items:
- name: TextField
href: en/themes/material/components/TextField.md
- name: EditorField
href: en/themes/material/components/EditorField.md
- name: AutoCompleteTextField
href: en/themes/material/components/AutoCompleteTextField.md
- name: PickerField
href: en/themes/material/components/PickerField.md
- name: MultiplePickerField
href: en/themes/material/components/MultiplePickerField.md
- name: TimePickerField
href: en/themes/material/components/TimePickerField.md
- name: DatePickerField
href: en/themes/material/components/DatePickerField.md
- name: Validations
href: en/themes/material/Validations.md
- name: CheckBox
href: en/themes/material/CheckBox.md
- name: RadioButton
href: en/themes/material/RadioButton.md
- name: Divider
href: en/themes/material/Divider.md
- name: Backdrop
href: en/themes/material/components/Backdrop.md
- name: Bottom Sheet
href: en/themes/material/components/BottomSheet.md
- name: DataGrid
href: en/themes/material/components/DataGrid.md
- name: Paginator
href: en/themes/material/components/Paginator.md
- name: TreeView
href: en/themes/material/components/TreeView.md
- name: TabView
href: en/themes/material/components/TabView.md
- name: Containers
href: en/themes/material/Containers.md
- name: Migration Guide
items:
- name: Migration to v1.1
href: en/migration-guides/Migrating-To-1.1.md
- name: Migration to v2.0
href: en/migration-guides/Migrating-To-2.0.md
- name: Migration to v2.1
href: en/migration-guides/Migrating-To-2.1.md
- name: Migration to v2.2
href: en/migration-guides/Migrating-To-2.2.md
- name: Migration to v2.3
href: en/migration-guides/Migrating-To-2.3.md
- name: Migration to v2.4
href: en/migration-guides/Migrating-To-2.4.md
- name: Migration to v2.7
href: en/migration-guides/Migrating-To-2.7.md
- name: Support
href: en/Support.md
items:
- name: Premium Support
href: en/PremiumSupport.md
- name: Docs
href: en/
- name: API
href: api/
4 changes: 0 additions & 4 deletions toc.yml

This file was deleted.

0 comments on commit 241aa87

Please sign in to comment.