fixup
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
c57f29e321
commit
51b3a8167a
7
archetypes/default.html
Normal file
7
archetypes/default.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
import: 'go.unistack.org/NAME/VERSION git https://github.com/unistack-org/NAME'
|
||||||
|
source: 'go.unistack.org/NAME/VERSION _ https://github.com/unistack-org/NAME/tree/VERSION{/dir} https://github.com/unistack-org/NAME/blob/VERSION/{/dir}/{file}#L{line}'
|
||||||
|
redirect: 'https://pkg.go.dev/go.unistack.org/NAME/VERSION'
|
||||||
|
---
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
7
content/micro/micro-proto.html
Normal file
7
content/micro/micro-proto.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: "Micro Proto"
|
||||||
|
import: 'go.unistack.org/micro-proto/v3 git https://github.com/unistack-org/micro-proto'
|
||||||
|
source: 'go.unistack.org/micro-proto/v3 _ https://github.com/unistack-org/micro-proto/tree/v3{/dir} https://github.com/unistack-org/micro-proto/blob/v3/{/dir}/{file}#L{line}'
|
||||||
|
redirect: 'https://pkg.go.dev/go.unistack.org/micro-proto/v3'
|
||||||
|
---
|
||||||
|
|
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: 'v3'
|
title: 'v3'
|
||||||
date: 2021-10-01T23:46:15+03:00
|
|
||||||
draft: false
|
|
||||||
import: 'go.unistack.org/micro/v3 git https://github.com/unistack-org/micro'
|
import: 'go.unistack.org/micro/v3 git https://github.com/unistack-org/micro'
|
||||||
source: 'go.unistack.org/micro/v3 _ https://github.com/unistack-org/micro/tree/v3{/dir} https://github.com/unistack-org/micro/blob/v3/{/dir}/{file}#L{line}'
|
source: 'go.unistack.org/micro/v3 _ https://github.com/unistack-org/micro/tree/v3{/dir} https://github.com/unistack-org/micro/blob/v3/{/dir}/{file}#L{line}'
|
||||||
redirect: 'https://pkg.go.dev/go.unistack.org/micro/v3'
|
redirect: 'https://pkg.go.dev/go.unistack.org/micro/v3'
|
||||||
|
Loading…
Reference in New Issue
Block a user