mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
docs: fix yaml metadata, symlink to hugo
This commit is contained in:
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"
|
||||
---
|
||||
|
||||
`
|
||||
|
7
docs/api/_index.md
Normal file
7
docs/api/_index.md
Normal file
@ -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
|
||||
|
1
website/content/docs/api
Symbolic link
1
website/content/docs/api
Symbolic link
@ -0,0 +1 @@
|
||||
../../../docs/api/
|
Loading…
x
Reference in New Issue
Block a user