forked from JuliaPlots/PlotlyJS.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (41 loc) · 1.13 KB
/
mkdocs.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
site_name: PlotlyJS.jl
site_description: Julia + plotly.js
site_author: Spencer Lyon
theme_dir: 'docs/theme'
repo_url: https://github.com/spencerlyon2/PlotlyJS.jl
pages:
- Home: index.md
- User Guide:
- Preliminaries: basics.md
- Building Blocks: building_traces_layouts.md
- Putting it together: syncplots.md
- Working with plots: manipulating_plots.md
- Styles: styles.md
- Contributing: contributing.md
- Examples:
- examples/3d.md
- examples/area.md
- examples/box_plots.md
- examples/bar.md
- examples/contour.md
- examples/finance.md
- examples/histograms.md
- examples/line_scatter.md
- examples/time_series.md
- examples/maps.md
- examples/ternary.md
- examples/subplots.md
- examples/shapes.md
markdown_extensions:
- codehilite
- toc:
permalink: ¶
- admonition
google_analytics: ['UA-36732392-3', 'auto']
extra:
version: '0.5.0'
author:
github: 'spencerlyon2'
extra_css: [css/github.css]
extra_javascript: ["https://cdn.plot.ly/plotly-latest.min.js"]
copyright: Copyright © 2016 <a href="http://spencerlyon.com/">Spencer Lyon</a>