Skip to content

Commit

Permalink
DEL categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Jan 20, 2025
1 parent f2509ca commit 1153f01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"yaml.schemas": {
"schemas/categories.yaml": "/wiki/categories.yaml",
"schemas/function.yaml": "/functions/**/*",
"schemas/article.yaml": "/article/**/*",
}
Expand Down
36 changes: 0 additions & 36 deletions schemas/categories.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions tools/validate.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@echo off

.\tools\yajsv.exe -s schemas/categories.yaml "wiki/categories.yaml"

for /r "functions" %%f in (*.yaml) do (
.\tools\yajsv.exe -s schemas/function.yaml "%%f"
)
Expand Down
2 changes: 0 additions & 2 deletions tools/validate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash

tools/yajsv -s schemas/categories.yaml wiki/categories.yaml

find 'functions/' -name '*.yaml' -type f -print0 | xargs -0 -I {} tools/yajsv -s schemas/function.yaml {}
find 'articles/' -name '*.yaml' -type f -print0 | xargs -0 -I {} tools/yajsv -s schemas/article.yaml {}
29 changes: 0 additions & 29 deletions wiki/categories.yaml

This file was deleted.

0 comments on commit 1153f01

Please sign in to comment.