-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
77 lines (77 loc) · 2.74 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
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
site_name: 'FESTIval'
site_description: 'A PostgreSQL extension for conducting experimental evaluations of spatial indices'
site_author: 'Anderson Chaves Carniel'
site_url: 'https://accarniel.github.io/FESTIval'
copyright: 'Copyright © 2014 - 2020 Anderson Chaves Carniel'
nav:
- Home: index.md
- Download and Install: install.md
- Data Schema:
- Quick start: data_schema/overview.md
- Specifications: data_schema/spec.md
- Operations:
- Quick start: operations/overview.md
- General operations:
- FT_CreateEmptySpatialIndex: operations/ft_createemptyspatialindex.md
- FT_Insert: operations/ft_insert.md
- FT_Delete: operations/ft_delete.md
- FT_Update: operations/ft_update.md
- FT_QuerySpatialIndex: operations/ft_queryspatialindex.md
- FT_ApplyAllModificationsForFAI: operations/ft_applyallmodificationsforfai.md
- FT_ApplyAllModificationsFromBuffer: operations/ft_applyallmodificationsfrombuffer.md
- Auxiliary operations:
- FT_StartCollectStatistics: operations/ft_startcollectstatistics.md
- FT_CollectOrderOfReadWrite: operations/ft_collectorderofreadwrite.md
- FT_StoreStatisticalData: operations/ft_storestatisticaldata.md
- FT_StoreIndexSnapshot: operations/ft_storeindexsnapshot.md
- FT_SetExecutionName: operations/ft_setexecutionname.md
- Atomic operations:
- FT_AInsert: operations/ft_ainsert.md
- FT_ADelete: operations/ft_adelete.md
- FT_AUpdate: operations/ft_aupdate.md
- FT_AQuerySpatialIndex: operations/ft_aqueryspatialindex.md
- Creating and Executing Workloads:
- Quick start: workloads/overview.md
- Examples:
- FT_CreateSpatialIndex: workloads/ft_createspatialindex.md
- Contributing: contributing.md
- Contact: contact.md
- Publications: publications.md
repo_url: https://github.com/accarniel/FESTIval
repo_name: 'accarniel/FESTIval'
theme:
name: 'material'
palette:
primary: 'light blue'
accent: 'deep orange'
extra:
social:
- type: 'github'
link: 'https://github.com/accarniel/FESTIval/'
extra_css:
- 'css/index.css'
- 'css/colors.css'
edit_uri: '' #if we want links to the github page, we exclude this line
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: "#"
separator: "_"
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde