Skip to content

Commit 701383b

Browse files
brabojclaude
andcommitted
docs: remove manual breadcrumb navigation from all pages
MkDocs Material provides its own navigation — the manual breadcrumb bars at the top of every file are now redundant. Removed from 78 files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ebaa559 commit 701383b

78 files changed

Lines changed: 0 additions & 784 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/01-Introduction/01-git-features.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Overview
102

113
Git is a version control system used track changes of text files and to a

docs/01-Introduction/02-windows-installation.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Install on Windows
102

113
1. Browse to the official Git website: https://git-scm.com/downloads

docs/01-Introduction/03-linux-installation.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Install on Linux
102

113
### Ubuntu

docs/01-Introduction/04-hosting-services.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Hosting
102

113
Git hosting is a software service, which offers storage place and git as

docs/01-Introduction/05-dataflow-overview.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Git Dataflow
102

113
The following diagram shows an overview of the git data model and the

docs/01-Introduction/06-operations-overview.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](introduction.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Git Operations Overview
102

113
![Git Dataflow](../Assets/images/git-ops-overview.png)

docs/01-Introduction/introduction.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](../index.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
_______________________________________________________________________________
8-
91
- [Git Features](01-git-features.md)
102
- [Installing on Windows](02-windows-installation.md)
113
- [Installing on Linux](03-linux-installation.md)

docs/02-Concepts/01-repository.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](concepts.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Repository
102

113
The repository is a special folder with the name ***.git***, where git stores:

docs/02-Concepts/02-configuration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](concepts.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Configuration
102

113
![Configuration Model](../Assets/images/git-configuration-model.png)

docs/02-Concepts/03-objects.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[**Up**](concepts.md) |
2-
[**Content**](../index.md) |
3-
[**Intro**](../01-Introduction/introduction.md) |
4-
[**Concepts**](../02-Concepts/concepts.md) |
5-
[**Operations**](../03-Operations/operations.md) |
6-
[**Dictionary**](../04-Appendix/dictionary.md)
7-
8-
-------------------------------------------------------------------------------
91
## Object Model
102

113
![Git Objects](../Assets/images/git-object-model.png)

0 commit comments

Comments
 (0)