This repository was archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (62 loc) · 1.44 KB
/
Copy pathmkdocs.yml
File metadata and controls
71 lines (62 loc) · 1.44 KB
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
# Project information
site_name: 'OpenFn/devtools'
site_description: 'Developer tools for OpenFn/core, adaptors, and expression writing.'
site_author: 'OpenFn'
site_url: 'https://openfn.github.io/devtools'
use_directory_urls: false
# Repository
repo_name: 'GitHub'
repo_url: 'https://github.com/openfn/devtools'
# Copyright
copyright: 'Copyright (c) 2020 Open Function Group LLC'
plugins:
- search
extra_javascript: [freshChat.js]
# Documentation and theme
docs_dir: 'docs'
theme:
# logo: images/logo.svg
logo: images/new_round_concept.png
icon:
# logo: material/cloud
repo: fontawesome/brands/github-alt
name: 'material'
features:
- tabs
- instant
palette:
scheme: slate
primary: white
accent: light blue
font:
text: 'Roboto'
code: 'Roboto Mono'
nav:
- 'Documentation': index.md
- 'Extras': deploying.md
# Options
extra:
# disqus: openfn
author:
github: 'openfn'
twitter: 'openfn'
social:
- icon: fontawesome/brands/github
link: https://github.com/openfn
- icon: fontawesome/brands/facebook
link: https://facebook.com/openfn
- icon: fontawesome/brands/twitter
link: https://twitter.com/openfn
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/openfn
# Google Analytics
google_analytics:
- '253755419'
- 'openfn.org'
# Extensions
markdown_extensions:
- codehilite:
linenums: true
- admonition
- toc:
permalink: '#'