Skip to content

Commit b2f987c

Browse files
lync to code
1 parent 3dc2629 commit b2f987c

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

_config.yml

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,28 @@ url: https://just-the-docs.github.io
77
aux_links:
88
Template Repository: https://github.com/just-the-docs/just-the-docs-template
99

10+
# External navigation links
11+
nav_external_links:
12+
- title: "🐍 EXEMPLOS DE CÓDIGO PYTHON"
13+
url: https://github.com/StructuralWizard/10DiasDePython_pt.github.io/tree/main/_python_code
14+
hide_icon: false # set to true to hide the external link icon - defaults to false
15+
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
1016

11-
collections:
12-
python_code:
13-
output: true
1417

15-
just_the_docs:
16-
collections:
17-
python_code:
18-
name: Python Code
19-
description: Python code examples for the 10 Days of Code
20-
nav_exclude: false # to exclude the entire collection from the main navigation
21-
nav_fold: false # to fold the collection, instead of showing links to all its top-level pages2
22-
search_exclude: false # to exclude all the collection pages from search results
23-
# For copy button on code
24-
enable_copy_code_button: true
18+
# collections:
19+
# python_code:
20+
# output: true
21+
22+
# just_the_docs:
23+
# collections:
24+
# python_code:
25+
# name: Python Code
26+
# description: Python code examples for the 10 Days of Code
27+
# nav_exclude: false # to exclude the entire collection from the main navigation
28+
# nav_fold: false # to fold the collection, instead of showing links to all its top-level pages2
29+
# search_exclude: false # to exclude all the collection pages from search results
30+
# # For copy button on code
31+
# enable_copy_code_button: true
2532

2633
# Back to top link
2734
back_to_top: true

0 commit comments

Comments
 (0)