Skip to content

Commit 6631aad

Browse files
committed
update sidebar
1 parent 43aee79 commit 6631aad

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

_data/docapis.yml

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ folders:
77
class: first
88
folderitems:
99

10-
- title: "I. Introduction to REST APIs"
10+
- title: "Section Overview"
1111
jurl: docapis_introtoapis.html
12+
type: web
1213

1314
- title: Course Overview
1415
jurl: index.html
@@ -51,6 +52,10 @@ folders:
5152
section: two
5253
folderitems:
5354

55+
- title: "Section Overview"
56+
jurl: likeadeveloper.html
57+
type: web
58+
5459
- title: "Scenario for using a weather API"
5560
jurl: docapis_scenario_for_using_weather_api.html
5661

@@ -89,6 +94,10 @@ folders:
8994
section: three
9095
folderitems:
9196

97+
- title: "Section overview"
98+
jurl: docendpoints.html
99+
type: web
100+
92101
- title: "A new endpoint to document"
93102
jurl: docapis_new_endpoint_to_doc.html
94103

@@ -124,6 +133,10 @@ folders:
124133
section: four
125134
folderitems:
126135

136+
- title: "Section overview"
137+
jurl: restapispecifications.html
138+
type: web
139+
127140
- title: "Overview of REST API specification formats"
128141
jurl: pubapis_rest_specification_formats.html
129142

@@ -159,6 +172,10 @@ folders:
159172
section: five
160173
folderitems:
161174

175+
- title: "Section overview"
176+
jurl: openapi_tutorial.html
177+
type: web
178+
162179
- title: "OpenAPI tutorial using Swagger Editor and Swagger UI: Overview"
163180
jurl: pubapis_openapi_tutorial_overview.html
164181

@@ -197,6 +214,10 @@ folders:
197214
section: six
198215
folderitems:
199216

217+
- title: "Section overview"
218+
jurl: testingdocs.html
219+
type: web
220+
200221
- title: "Overview of testing your docs"
201222
jurl: testingdocs_overview.html
202223

@@ -217,6 +238,10 @@ folders:
217238
section: seven
218239
folderitems:
219240

241+
- title: "Section overview"
242+
jurl: docconceptual.html
243+
type: web
244+
220245
- title: "API conceptual topics overview"
221246
jurl: docapis_conceptual_topics_overview.html
222247

@@ -255,6 +280,10 @@ folders:
255280
section: eight
256281
folderitems:
257282

283+
- title: "Section overview"
284+
jurl: docapiscode.html
285+
type: web
286+
258287
- title: "Common characteristics of code tutorials"
259288
jurl: docapis_code_tutorials_common_characteristics.html
260289

@@ -287,6 +316,10 @@ folders:
287316
section: nine
288317
folderitems:
289318

319+
- title: "Section overview"
320+
jurl: writing_process.html
321+
type: web
322+
290323
- title: "Overview of the writing process"
291324
jurl: docapis_writing_process_overview.html
292325

@@ -310,6 +343,10 @@ folders:
310343
section: ten
311344
folderitems:
312345

346+
- title: "Section overview"
347+
jurl: publishingapis.html
348+
type: web
349+
313350
- title: "Overview for publishing API docs"
314351
jurl: pubapis_overview.html
315352

@@ -369,6 +406,10 @@ folders:
369406
section: eleven
370407
folderitems:
371408

409+
- title: "Section overview"
410+
jurl: jobapis.html
411+
type: web
412+
372413
- title: "The job market for API technical writers"
373414
jurl: jobapis_overview.html
374415

@@ -389,6 +430,10 @@ folders:
389430
section: twelve
390431
folderitems:
391432

433+
- title: "Section overview"
434+
jurl: nativelibraryapis.html
435+
type: web
436+
392437
- title: "Overview of native library APIs"
393438
jurl: nativelibraryapis_overview.html
394439

@@ -421,6 +466,10 @@ folders:
421466
section: thirteen
422467
folderitems:
423468

469+
- title: "Section overview"
470+
jurl: docapis_managing_doc_processes.html
471+
type: web
472+
424473
- title: "DX content strategy with developer portals"
425474
jurl: docapis_dx_content_strategy.html
426475

@@ -467,6 +516,11 @@ folders:
467516
jurl: docapis_metrics_and_measurement.html
468517
section: fourteen
469518
folderitems:
519+
520+
- title: "Section overview"
521+
jurl: docapis_metrics_and_measurement.html
522+
type: web
523+
470524
- title: Measuring documentation quality through user feedback
471525
jurl: docapis_measuring_impact.html
472526

@@ -484,6 +538,10 @@ folders:
484538
section: fifteen
485539
folderitems:
486540

541+
- title: "Section overview"
542+
jurl: resources.html
543+
type: web
544+
487545
- title: "Documenting GraphQL APIs"
488546
jurl: docapis_graphql_apis.html
489547

_sass/alerts.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ p.tip {
102102
padding: 1em;
103103
border-left: 1em solid deepskyblue;
104104
overflow: auto;
105+
margin: 30px 0px;
105106
}
106107

107108
p.warning {

0 commit comments

Comments
 (0)