-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (44 loc) · 1.59 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
title: LaraJournal
description: A starter template for a Jeykll site using the Just the Docs theme!
theme: just-the-docs
url: https://larajournal.github.io/docs
# Aux links for the upper right navigation
aux_links:
"LaraJournal on GitHub": https://github.com/gomzyakov/larajournal
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# Color scheme supports "light" (default) and "dark"
color_scheme: dark
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/larajournal/docs" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# Google Analytics Tracking (optional)
# Supports a CSV of tracking ID strings (eg. "UA-1234567-89,G-1AB234CDE5")
ga_tracking: G-3712TB0863
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)
# Yandex.Metrika counter
yandex_metrika: "99021176"
# External navigation links
nav_external_links:
- title: LaraJournal on GitHub
url: https://github.com/gomzyakov/larajournal
#collections:
# lang:
# permalink: "/lang/"
# output: true
# deploy:
# permalink: "/deploy/"
# output: true
#
#just_the_docs:
# collections:
# lang:
# name: Other languages
# deploy:
# name: Deploy LaraJournal
# HACK: Switched on only for include Yandex.Metrika from _includes/components/mermaid.html
mermaid:
version: "9.1.6"