Skip to content

Commit 91da60c

Browse files
authored
docs: move docfx_project to docs/website-src (#558)
Consolidates documentation structure under docs/: - docs/website-src/ - DocFX source (config, articles, templates) - docs/website/ - Generated output (HTML, CSS, JS) - docs/issues/ - GitHub issue snapshots - docs/plans/ - Investigation plans Updated docfx.json paths to reflect new location.
1 parent 350f5bb commit 91da60c

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"src": [
55
{
6-
"src": "../",
6+
"src": "../../",
77
"files": [
88
"src/NumSharp.Core/NumSharp.Core.csproj"
99
]
@@ -49,7 +49,7 @@
4949
]
5050
}
5151
],
52-
"dest": "../docs/website",
52+
"dest": "../website",
5353
"globalMetadataFiles": [],
5454
"fileMetadataFiles": [],
5555
"template": [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)