diff --git a/docs/archetypes/default.md b/docs/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/docs/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/docs/data/menu/extra.yaml b/docs/data/menu/extra.yaml new file mode 100644 index 0000000..70eb301 --- /dev/null +++ b/docs/data/menu/extra.yaml @@ -0,0 +1,6 @@ +--- +header: + - name: GitHub + ref: https://github.com/Multiform-Validator/java + icon: gdoc_github + external: true diff --git a/docs/data/menu/more.yaml b/docs/data/menu/more.yaml new file mode 100644 index 0000000..058e15f --- /dev/null +++ b/docs/data/menu/more.yaml @@ -0,0 +1,14 @@ +--- +more: + - name: JavaDoc + ref: "/java/api" + external: true + icon: "gdoc_bookmark" + - name: Releases + ref: "https://github.com/Multiform-Validator/java/releases" + external: true + icon: "gdoc_download" + - name: Github + ref: "https://github.com/Multiform-Validator/java" + external: true + icon: "gdoc_github"