Skip to content

Commit 175984a

Browse files
committed
feat: add documentation provider
1 parent ad6256a commit 175984a

File tree

5 files changed

+639
-2
lines changed

5 files changed

+639
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.github.xepozz.caddy.language.documentation
2+
3+
data class CaddyDirectiveDoc(
4+
val name: String,
5+
val description: String,
6+
val syntax: String? = null,
7+
val examples: String? = null
8+
)

0 commit comments

Comments
 (0)