-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
22 lines (22 loc) · 1.02 KB
/
Copy pathsite.json
File metadata and controls
22 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title": "Git Tutorial — Code with Branko",
"description": "Learn Git from concepts to daily commands — a practical tutorial by Branko",
"copyright": "© 2021–2026 Branimir Georgiev · Code with Branko",
"repo": "https://github.com/braboj/tutorial-git",
"tabs": [
{ "label": "Home", "href": "/" },
{ "label": "Intro", "href": "/introduction/" },
{ "label": "Building Blocks", "href": "/building-blocks/" },
{ "label": "Branching & Merging", "href": "/branching-and-merging/" },
{ "label": "Remote Repos", "href": "/remote-repositories/" },
{ "label": "Nested Repos", "href": "/nested-repositories/" },
{ "label": "Expert Topics", "href": "/expert-topics/" },
{ "label": "Playbook", "href": "/playbook/" },
{ "label": "Appendix", "href": "/appendix/" },
{ "label": "Glossary", "href": "/glossary/" }
],
"tutorials": [
{ "label": "Azure", "href": "https://braboj.github.io/tutorial-azure/" },
{ "label": "Python", "href": "https://braboj.github.io/tutorial-python/" }
]
}