forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_dev.yml
executable file
·73 lines (68 loc) · 3.34 KB
/
_config_dev.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
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- algoliasearch-jekyll
# ---
# Define URLs
# ---
url: http://localhost:4000
BASE_URL: http://localhost:4000
staticurl: http://localhost:4000/all_static
imgurl: https://images.plot.ly/plotly-documentation/
plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
# ---
# Excludes
# ---
# all of the posts: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
exclude: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
#exclude: [_posts/temp, '*.Rmd']
# ---
# Markdown / Syntax
# ---
kramdown:
input: GFM
markdown: redcarpet
redcarpet:
extensions: ["tables", "fenced_code_blocks"]
# ---
# Algolia Search
# ---
# Run make search_readme for more information on search
algolia:
application_id: '7EK9KHJW8M'
index_name: 'python_docs'
read_only_api_key: '4dae07ded6a721de73bde7356eec9280'
excluded_files:
# - '*.ipynb'
- '*.png'
- '*.Rmd'
- '*.R'
- '_posts/dashboards'
- '_posts/ggplot2'
- '_posts/ipython-notebooks'
- '_posts/julia'
- '_posts/matlab'
- '_posts/matplotlib'
- '_posts/misc'
- '_posts/nodejs'
- '_posts/numpy'
- '_posts/pandas'
- '_posts/plotly_js'
- '_posts/r'
- '_posts/reference_pages'
- '_posts/scala'
- '_posts/scikit'
- '_posts/temp'
settings:
attributesToIndex:
- name
- description
- title
- h1
- h2
- h3
- h4
- h5
- h6
- unordered(text)
- unordered(tags)