aboutsummaryrefslogblamecommitdiffstats
path: root/doc/README.md
blob: e172ffd6886f3037296a5c8f561dbc522929a49f (plain) (tree)
1
2
3
4
5
6
7
8
9
10



               

                                                                    



                                                                                              
                                                                                  
                                                                                                    


                                                                                                                            
# Documentation

## For users

- [data model](model.md) describes how the data model works and why.
- [query language](queries.md) describes git-bug's query language.
- [How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug](howto-github.md)

## For developers

- :exclamation: [data model](model.md) describes how the data model works and why.
- :exclamation: [internal bird-view](architecture.md) gives an overview of the project architecture.
- :exclamation: [Entity/DAG](../entity/dag/example_test.go) explains how to easily make your own distributed entity in git. 
- [query language](queries.md) describes git-bug's query language.
- [JIRA bridge dev notes](jira_bridge.md)