mirror of https://github.com/Hilbis/Hilbish
docs: fix yaml metadata, symlink to hugo
parent
98eddf9004
commit
0357141fbc
|
@ -13,9 +13,12 @@ import (
|
|||
)
|
||||
|
||||
var header = `---
|
||||
name: %s %s
|
||||
title: %s %s
|
||||
description: %s
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
`
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: API
|
||||
layout: doc
|
||||
weight: -50
|
||||
menu: docs
|
||||
---
|
||||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Module bait
|
||||
title: Module bait
|
||||
description: the event emitter
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Module commander
|
||||
title: Module commander
|
||||
description: library for custom commands
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Module fs
|
||||
title: Module fs
|
||||
description: filesystem interaction and functionality library
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Module hilbish
|
||||
title: Module hilbish
|
||||
description: the core Hilbish API
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.aliases
|
||||
title: Interface hilbish.aliases
|
||||
description: command aliasing
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.completions
|
||||
title: Interface hilbish.completions
|
||||
description: tab completions
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.history
|
||||
title: Interface hilbish.history
|
||||
description: command history
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.jobs
|
||||
title: Interface hilbish.jobs
|
||||
description: background job management
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.os
|
||||
title: Interface hilbish.os
|
||||
description: OS Info
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.runner
|
||||
title: Interface hilbish.runner
|
||||
description: interactive command runner customization
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.timers
|
||||
title: Interface hilbish.timers
|
||||
description: timeout and interval API
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Interface hilbish.userDir
|
||||
title: Interface hilbish.userDir
|
||||
description: user-related directories
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Module terminal
|
||||
title: Module terminal
|
||||
description: low level terminal library
|
||||
layout: apidoc
|
||||
layout: doc
|
||||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../docs/api/
|
Loading…
Reference in New Issue