Skip to content

Commit dc3fe80

Browse files
authored
Merge pull request #13 from Ovum-Programming-Language/repo-setup
Move docs to a git submodule
2 parents ab16402 + 436a90c commit dc3fe80

19 files changed

+7
-2227
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "docs"]
2+
path = docs
3+
url = https://github.com/Ovum-Programming-Language/OvumDocs.git
4+
branch = main

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Ovum is a strongly statically typed, single-threaded language focused on safety, clarity, and performance. It uses Kotlin-like syntax, immutability by default, a GC + JIT VM, interface-based polymorphism, and support for pure functions and functional objects.
44

55
- Contribute: see [`CONTRIBUTING.md`](CONTRIBUTING.md).
6-
- Project docs: [`docs/README.md`](docs/README.md).
7-
- Full language reference: [`docs/reference/README.md`](docs/reference/README.md).
6+
- Project docs: [Online](https://ovum-programming-language.github.io/OvumDocs/) or [`docs/README.md`](docs/README.md).
7+
- Full language reference: [Online](https://ovum-programming-language.github.io/OvumDocs/reference/) or [`docs/reference/README.md`](docs/reference/README.md).
88

99
---
1010

docs

Submodule docs added at 6d0d63e

docs/BUILD.md

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

docs/README.md

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

docs/reference/README.md

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

docs/reference/builtin_types.md

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

0 commit comments

Comments
 (0)