Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav links and screen shots for "Flow" #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/.vuepress/public/img/flow_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/flow_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ index: false
- [ABAP Language Version](reference/abap-language-version.md)
- [Note Analyzer](reference/note-analyzer.md)
- [APACK](reference/apack.md)
- [abapGit Flow](reference/flow.md)
- [Database Utility](reference/database-util.md)

### Other
Expand Down
1 change: 1 addition & 0 deletions src/user-guide/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dir:
- [ABAP Language Version](abap-language-version.md)
- [Note Analyzer](note-analyzer.md)
- [APACK](apack.md)
- [abapGit Flow](flow.md)
- [Database Utility](database-util.md)
6 changes: 5 additions & 1 deletion src/user-guide/reference/flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: abapGit flow
title: abapGit Flow
category: reference
order: 90
---
Expand All @@ -14,7 +14,11 @@ Filtered git operations is not a real git thing, it's something else than git. I

The flow page gives an overview of all features that a developer is working on across their favorite repositories.

![](/img/flow_2.png)

## Enabling

To enable a repository to work with flow, go to the local repository settings and tick "Flow Page".
Furthermore, developers must set their favorite repositories, so abapGit knows which parts each developer is working on.

![](/img/flow_1.png)