Skip to content

Commit 9a125a2

Browse files
Revert "Redesign docs site with Tailwind and dark mode"
This reverts commit 936d7e6.
1 parent 4f700a1 commit 9a125a2

8 files changed

Lines changed: 895 additions & 990 deletions

File tree

.github/workflows/update-assets.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ jobs:
1212
uses: "actions/checkout@v2.3.4"
1313
with:
1414
ref: master
15-
16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: '20'
20-
cache: 'npm'
21-
22-
- name: Install dependencies
23-
run: npm ci
24-
25-
- name: Build Tailwind CSS
26-
run: npm run build:css
27-
2815
- name: "Bump version based on manifest"
2916
working-directory: assets
3017
shell: pwsh

assets/css/tailwind-source.css

Lines changed: 0 additions & 93 deletions
This file was deleted.

assets/js/theme-toggle.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

assets/templates/index.html.template

Lines changed: 533 additions & 305 deletions
Large diffs are not rendered by default.

assets/templates/page_template_static.html.template

Lines changed: 362 additions & 443 deletions
Large diffs are not rendered by default.

assets/templates/to_md.ps1

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -256,23 +256,6 @@ function Split-ArrayInParts($array, [int]$parts) {
256256
$rtn
257257
}
258258

259-
# Build Tailwind CSS before generating pages
260-
Write-Host "Building Tailwind CSS..." -ForegroundColor Cyan
261-
$repoRoot = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot '..\..\..'))
262-
Push-Location $repoRoot
263-
try {
264-
if (Test-Path "node_modules") {
265-
& npm run build:css
266-
Write-Host "CSS build complete." -ForegroundColor Green
267-
} else {
268-
Write-Warning "Node modules not found. Run 'npm install' first. Skipping CSS build."
269-
}
270-
} catch {
271-
Write-Warning "Error building CSS: $_. Continuing anyway..."
272-
} finally {
273-
Pop-Location
274-
}
275-
276259
$sw = [System.Diagnostics.Stopwatch]::StartNew()
277260

278261
#get json index path

package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

tailwind.config.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)