Skip to content

Commit

Permalink
feat: Add content folder and update menu configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 15, 2024
1 parent a497ef4 commit 26e4c1e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
6 changes: 6 additions & 0 deletions docs/data/menu/extra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
header:
- name: GitHub
ref: https://github.com/Multiform-Validator/java
icon: gdoc_github
external: true
14 changes: 14 additions & 0 deletions docs/data/menu/more.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 26e4c1e

Please sign in to comment.