forked from moleculerjs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
80 lines (74 loc) · 2.53 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
title: Moleculer - Fast & powerful microservices framework for NodeJS
subtitle: "Fast & powerful microservices framework for NodeJS."
description: "Moleculer is a fast & powerful microservices framework powered by NodeJS."
author: MoleculerJS
language: en
timezone: UTC
url: https://moleculer.services
root: /
permalink: news/:year/:month/:day/:title/
#archive_dir: news
code_dir: downloads/code
#new_post_name: :year-:month-:day-:title.md # File name of new posts
#post_asset_folder: true
highlight:
enable: true
line_number: false
per_page: 0
theme: moleculer
# Markdown
## https://github.com/chjj/marked
markdown:
gfm: true
pedantic: false
sanitize: false
tables: true
breaks: true
smartLists: true
smartypants: true
#deploy:
# type: git
# repo: [email protected]:moleculerjs/moleculerjs.github.io.git
# disqus_shortname: moleculer
google_analytics: UA-99099811-1
# fb_admins: 100000247608790
algolia:
en:
api_key: xyz
index_name: moleculer_web
twitter: MoleculerJS
github: moleculerjs/moleculer
alias:
docs/benchmark.html: 0.12/docs/benchmark.html
docs/broker.html: 0.12/docs/broker.html
docs/cachers.html: 0.12/docs/cachers.html
docs/circuit-breaker.html: 0.12/docs/circuit-breaker.html
docs/context.html: 0.12/docs/context.html
docs/contributing.html: 0.12/docs/contributing.html
docs/docker.html: 0.12/docs/docker.html
docs/errors.html: 0.12/docs/errors.html
docs/examples.html: 0.12/docs/examples.html
docs/faq.html: 0.12/docs/faq.html
docs/index.html: 0.12/docs/index.html
docs/logger.html: 0.12/docs/logger.html
docs/metrics.html: 0.12/docs/metrics.html
docs/modules.html: 0.12/docs/modules.html
docs/moleculer-cli.html: 0.12/docs/moleculer-cli.html
docs/moleculer-repl.html: 0.12/docs/moleculer-repl.html
docs/moleculer-web.html: 0.12/docs/moleculer-web.html
docs/nodes.html: 0.12/docs/nodes.html
docs/runner.html: 0.12/docs/runner.html
docs/serializers.html: 0.12/docs/serializers.html
docs/serverless.html: 0.12/docs/serverless.html
docs/service-registry.html: 0.12/docs/service-registry.html
docs/service.html: 0.12/docs/service.html
docs/statistics.html: 0.12/docs/statistics.html
docs/support.html: 0.12/docs/support.html
docs/transporters.html: 0.12/docs/transporters.html
docs/usage.html: 0.12/docs/usage.html
docs/validation.html: 0.12/docs/validation.html
api/context.html: 0.12/api/context.html
api/index.html: 0.12/api/index.html
api/protocol.html: 0.12/api/protocol.html
api/service-broker.html: 0.12/api/service-broker.html
api/service.html: 0.12/api/service.html