Skip to content

Commit 21a7266

Browse files
committed
Add license.md
1 parent dce1cbd commit 21a7266

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export default defineConfig({
2626
search: {
2727
provider: 'local',
2828
},
29+
footer: {
30+
message: 'MAML is licensed under the <a href="/license">MIT License</a>.',
31+
copyright: 'Copyright © 2025 <a href="https://medv.io">Medvedev Anton</a>'
32+
}
2933
},
3034
markdown: {
3135
theme: {

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ comments—defines ordered objects, and provides one clear spec so implementatio
5151

5252
1. [What’s the difference between MAML and JSONC/JSON5?](https://github.com/maml-dev/maml/issues/1)
5353

54+
55+
## Implementations
56+
57+
MAML is a brand-new language, so feel free to create new implementations following [the specification](/spec/v0.1).
58+
59+
1. ...
60+

license.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License
2+
3+
<<<@/LICENSE

0 commit comments

Comments
 (0)