Remove schema.md
d3bcdee0a657 wikihub 2026-04-20 1 file
deleted file mode 100644
index 9ba9192..0000000
@@ -1,17 +0,0 @@
-# schema
-
-this wiki has no imposed structure. pages are markdown files with optional YAML frontmatter.
-
-## frontmatter
-
-```yaml
-title: Page Title
-visibility: public | private | unlisted
-tags: [topic1, topic2]
-```
-
-## wikilinks
-
-link pages with `[[page-name]]` or `[[page-name|Display Text]]`. links resolve by filename — `[[linear-algebra]]` finds `wiki/courses/linear-algebra.md`.