Skip to content

Commit

Permalink
re-org layout > template to be in sync; also assets
Browse files Browse the repository at this point in the history
  • Loading branch information
iJungleboy committed Dec 5, 2024
1 parent f793afe commit 2e6d49a
Show file tree
Hide file tree
Showing 588 changed files with 1,118 additions and 2,551 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
26 changes: 10 additions & 16 deletions docs-src/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,18 @@
],
},
{
// Global Assets - favicon, logos for reuse etc.
"files": [
"/assets/**",
],
},
{
// Images used in the namespace docs
"files": [
"layout/**",
"admin/**.png",
"admin/**.jpg",
"admin/**.svg",
"articles/**.png",
"articles/**.jpg",
"articles/**.svg",
"api-docs/**.png",
"api-docs/**.jpg",
"api-docs/**.svg"
],
"exclude": [
"obj/**",
"_site/**",
]
}
],
"overwrite": [
Expand All @@ -123,14 +119,12 @@
"template": [
"default",
"modern",
// "statictoc",
// "layout/oqtane"
"layout/oqtane",
"templates/oqtane",
],
"globalMetadata": {
"_appTitle": "Oqtane Docs - APIs and more for the Modular Blazor Application Framework",
"_appLogoPath": "layout/images/logo-50.png",
"_appFaviconPath": "layout/images/favicon.png",
"_appLogoPath": "assets/logos/vcurrent/logo-50.png",
"_appFaviconPath": "assets/favicon.png",
"_enableNewTab": true,
"_enableSearch": true,
"_disableContribution": false, // turn off the edit-this
Expand Down
63 changes: 0 additions & 63 deletions docs-src/layout/oqtane-wip/namespace-metadata.js

This file was deleted.

28 changes: 0 additions & 28 deletions docs-src/layout/oqtane-wip/partials/head.tmpl.partial

This file was deleted.

30 changes: 0 additions & 30 deletions docs-src/layout/oqtane-wip/partials/li.tmpl.partial

This file was deleted.

31 changes: 0 additions & 31 deletions docs-src/layout/oqtane-wip/partials/navbar-li.tmpl.partial

This file was deleted.

8 changes: 0 additions & 8 deletions docs-src/layout/oqtane-wip/partials/toc.tmpl.partial

This file was deleted.

146 changes: 0 additions & 146 deletions docs-src/layout/oqtane-wip/toc.extension.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/api/Oqtane.Components.App.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="title" content="Class App | Oqtane Docs - APIs and more for the Modular Blazor Application Framework ">


<link rel="icon" href="../layout/images/favicon.png">
<link rel="icon" href="../assets/favicon.png">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
Expand Down Expand Up @@ -44,7 +44,7 @@
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../layout/images/logo-50.png" alt="">
<img id="logo" class="svg" src="../assets/logos/vcurrent/logo-50.png" alt="">

</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/Oqtane.Components._Imports.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="title" content="Class _Imports | Oqtane Docs - APIs and more for the Modular Blazor Application Framework ">


<link rel="icon" href="../layout/images/favicon.png">
<link rel="icon" href="../assets/favicon.png">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
Expand Down Expand Up @@ -44,7 +44,7 @@
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../layout/images/logo-50.png" alt="">
<img id="logo" class="svg" src="../assets/logos/vcurrent/logo-50.png" alt="">

</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
Loading

0 comments on commit 2e6d49a

Please sign in to comment.