Skip to content

Commit

Permalink
restructure documentation Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
FadySalama committed Feb 7, 2024
1 parent c17716e commit 28a1493
Show file tree
Hide file tree
Showing 11 changed files with 271 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
dotnet-version: 8.x

- run: dotnet tool update -g docfx
- run: docfx WoT/docfx.json
- run: docfx WoT/docGeneration/docfx.json

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'WoT/_site'
path: 'WoT/docGeneration/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion WoT/docfx.json → WoT/docGeneration/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"src": [
{
"src": "../WoT",
"src": "..",
"files": [
"**/*.csproj"
]
Expand Down
1 change: 1 addition & 0 deletions WoT/docGeneration/docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Getting Started
1 change: 1 addition & 0 deletions WoT/docGeneration/docs/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction
4 changes: 4 additions & 0 deletions WoT/docGeneration/docs/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Introduction
href: introduction.md
- name: Getting Started
href: getting-started.md
87 changes: 87 additions & 0 deletions WoT/docGeneration/images/WoT_DoT_Net_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions WoT/docGeneration/images/WoT_DoT_Net_Logo_no_background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions WoT/docGeneration/images/WoT_DoT_Net_Logo_no_background_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WoT/docGeneration/images/favicon.ico
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 28a1493

Please sign in to comment.