docs: fix yaml metadata, symlink to hugo

docs-refactor
sammyette 2022-12-14 21:05:11 -04:00
parent 98eddf9004
commit 0357141fbc
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
16 changed files with 78 additions and 28 deletions

View File

@ -13,9 +13,12 @@ import (
) )
var header = `--- var header = `---
name: %s %s title: %s %s
description: %s description: %s
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
` `

View File

@ -0,0 +1,7 @@
---
title: API
layout: doc
weight: -50
menu: docs
---

View File

@ -1,7 +1,10 @@
--- ---
name: Module bait title: Module bait
description: the event emitter description: the event emitter
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Module commander title: Module commander
description: library for custom commands description: library for custom commands
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Module fs title: Module fs
description: filesystem interaction and functionality library description: filesystem interaction and functionality library
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Module hilbish title: Module hilbish
description: the core Hilbish API description: the core Hilbish API
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.aliases title: Interface hilbish.aliases
description: command aliasing description: command aliasing
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.completions title: Interface hilbish.completions
description: tab completions description: tab completions
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.history title: Interface hilbish.history
description: command history description: command history
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.jobs title: Interface hilbish.jobs
description: background job management description: background job management
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.os title: Interface hilbish.os
description: OS Info description: OS Info
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.runner title: Interface hilbish.runner
description: interactive command runner customization description: interactive command runner customization
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.timers title: Interface hilbish.timers
description: timeout and interval API description: timeout and interval API
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Interface hilbish.userDir title: Interface hilbish.userDir
description: user-related directories description: user-related directories
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -1,7 +1,10 @@
--- ---
name: Module terminal title: Module terminal
description: low level terminal library description: low level terminal library
layout: apidoc layout: doc
menu:
docs:
parent: "API"
--- ---
## Introduction ## Introduction

View File

@ -0,0 +1 @@
../../../docs/api/