mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
Autogenerate services.m3o.com (#37)
* Autogenerate services.m3o.com * Openapi for all * Gen * Fix * Whaat * Fix dep * Fix * Hmm * Install make * Debug * Debug 1 * Location -> locations * Fix * Intall protoc gen micro * F * F * F * Push * Rename secret * Fix npm install * Fix script * Fix v2 * Ignore errors * Ignore v2 * F * F * F * Docs index * Add hugo theme * Hugo tania fixes * Change gen * Change gen 2 * Install hugo * Change gen * Gen fix * Change hugo install * Change hugo install * CNAME * Change articles wording * Tiny fix * Fix gen * Redoc it all * Fix gen * Fixing up protos * Fix proto * Fix gen * Fix * Trigger build * Fix copy * Openapi docs * Flatten * Changes * No date vol2 * Changes * Add make to chat * Fixes * Change * api spec * replace RSS * fix link * Dont continue on error * increase the width * use micro at master * change box colours * move some things * Pushing new readmes to see how they look like * Add skip file * Readmes * Nicer api link * Remove stutter * FIx mistake * set service font weight * Messages readme fix * add other font bold * Notes * Remove post from url * Revert "Remove post from url" This reverts commit 5fea2c23d0bafa910f5dc4d4cc63f71f578530e3. * move exampleSite to site * replace exampleSite with site * update readme * use filename for post * update index * Add source urls * set source as params * set source as params * Fix entries * Generator in go * Fixes to generator * F * Change doc gen * FIx cname * Fixing protos * Change to makefiles * Fix gen script Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
32
docs/hugo-tania/site/config.yaml
Normal file
32
docs/hugo-tania/site/config.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
baseurl: 'https://services.m3o.com'
|
||||
languageCode: 'en-us'
|
||||
title: 'Micro Services'
|
||||
themesDir: '../..'
|
||||
theme: 'hugo-tania'
|
||||
summaryLength: 10
|
||||
|
||||
params:
|
||||
source: "https://github.com/micro/services"
|
||||
titleEmoji: ''
|
||||
socialOptions:
|
||||
github:
|
||||
twitter:
|
||||
|
||||
menu:
|
||||
header:
|
||||
- name: Explore
|
||||
url: '/explore/'
|
||||
footer:
|
||||
- name: '© 2020 Micro Services, Inc.'
|
||||
url: 'https://m3o.com'
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
lineNos: true
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
permalinks:
|
||||
post: /:filename
|
||||
1
docs/hugo-tania/site/content/_index.md
Normal file
1
docs/hugo-tania/site/content/_index.md
Normal file
@@ -0,0 +1 @@
|
||||
Explore, discover and use Micro Services.
|
||||
7
docs/hugo-tania/site/content/explore.md
Normal file
7
docs/hugo-tania/site/content/explore.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Services
|
||||
subtitle: Explore Micro services API documentation, usage and specs
|
||||
date: 2020-11-26
|
||||
type: section
|
||||
layout: 'archives'
|
||||
---
|
||||
Reference in New Issue
Block a user