-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
131 lines (125 loc) · 4.33 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: ASF SAR Data Search Manual
site_description: Documentation for searching and processing ASF SAR data.
site_dir: 'docs'
docs_dir: 'markdown-docs'
extra_css:
- 'css/styles.css'
- 'assets/stylesheets/asf.css'
extra:
# analytics are overridden in the file asf_theme/main.html. Change the tracking ID there.
analytics:
- provider: google
- property: G-6RCQC8BJ8S
consent:
cookies:
analytics: Analytics
title: Cookie Consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
theme:
name: material
custom_dir: asf_theme
logo: assets/images/ASFLogo-Blue2.png
favicon: assets/images/favicon.ico
copyright: >
ASF –
<a href="#__consent">Change cookie settings</a>
markdown_extensions:
- toc:
permalink: "#"
- attr_list
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
site_name: "ASF SAR Data Search Manual"
- locale: es
name: Español
build: true
site_name: "ASF SAR Manual de Búsqueda de Datos"
nav_translations:
Home: Inicio
Vertex Manual: Manual Vertex
Baseline: Baseline
SBAS: SBAS
Event: Evento
Derived Datasets: Conjuntos de Datos
What's New: Novedades
Tutorial Videos: Videos Tutoriales
Source Code: Código Fuente
Custom Processing: Procesamiento Personalizado
Python Search Package: Paquete de Búsqueda en Python
Basics: Básicos
Searching: Búsqueda
Downloading: Descarga
Best Practices: Mejores Prácticas
Classes: Clases
Best Practices: Mejores Prácticas
Exceptions: Excepciones
ASF Search API: API de Búsqueda ASF
Search API Basics: Básicos de la API de búsqueda
Search API Keywords & Endpoints: Palabras Clave y Puntos Finales de la API de Búsqueda
Tools: Herramientas
Troubleshooting: Solución de Problemas
Cookbook: Recetario
Product Details: Detalles del Producto
Using ASF Data: Utilizando Datos de ASF
ALOS PALSAR Products: Productos ALOS PALSAR
Events (SARVIEWS): Eventos (SARVIEWS)
- mkdocs-video:
css_style:
position: "relative"
width: "50%"
max-width: "400px"
min-width: "300px"
height: "25vw"
max-height: "250px"
min-height: "175px"
nav:
- Home: index.md
- Vertex:
- Vertex Manual:
- vertex/manual.md
- Baseline: vertex/baseline.md
- SBAS: vertex/sbas.md
- Displacement: vertex/displacement.md
- Event: vertex/events.md
- Derived Datasets: vertex/derived_datasets.md
- What's New: vertex/changelog.md
- Tutorial Videos: https://www.youtube.com/playlist?list=PLXluIEvp5ZzIWd0yNy-ANfdwWjCD1hInA
- Source Code: https://github.com/asfadmin/Discovery-SearchUI
- Custom Processing: https://hyp3-docs.asf.alaska.edu
- Python Search Package:
- Basics: asf_search/basics.md
- Searching: asf_search/searching.md
- Downloading: asf_search/downloading.md
- Classes:
- ASFProduct: asf_search/ASFProduct.md
- ASFSearchOptions: asf_search/ASFSearchOptions.md
- ASFSearchResults: asf_search/ASFSearchResults.md
- ASFSession: asf_search/ASFSession.md
- Best Practices: asf_search/BestPractices.md
- Exceptions: asf_search/exceptions.md
- What's New: https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md
- ASF Search API:
- Search API Basics: api/basics.md
- Search API Keywords & Endpoints: api/keywords.md
- Tools: api/tools.md
- Troubleshooting: api/troubleshooting.md
- Cookbook: api/cookbook.md
- What's New: api/changelog.md
# - About: about.md
- Product Details:
- Using ASF Data: datasets/using_ASF_data.md
- ALOS PALSAR Products: datasets/palsar.md
- Events (SARVIEWS): datasets/events_about.md
- ASF Web: 'https://asf.alaska.edu/'