[Notes] [Git][BuildGrid/buildgrid][mablanch/00-doc-links] docs: Add a resources page



Title: GitLab

Martin Blanchard pushed to branch mablanch/00-doc-links at BuildGrid / buildgrid

Commits:

2 changed files:

Changes:

  • docs/source/index.rst
    ... ... @@ -19,6 +19,7 @@ Remote execution service implementing Google's REAPI and RWAPI.
    19 19
        using.rst
    
    20 20
        reference.rst
    
    21 21
        contributing.rst
    
    22
    +   resources.rst
    
    22 23
     
    
    23 24
     
    
    24 25
     Resources
    
    ... ... @@ -35,4 +36,4 @@ Resources
    35 36
     .. _Bug tracking: https://gitlab.com/BuildGrid/buildgrid/issues
    
    36 37
     .. _Mailing list: https://lists.buildgrid.build/cgi-bin/mailman/listinfo/buildgrid
    
    37 38
     .. _Slack channel: https://buildteamworld.slack.com/messages/CC9MKC203
    
    38
    -.. _invite link: https://join.slack.com/t/buildteamworld/shared_invite/enQtMzkxNzE0MDMyMDY1LTRmZmM1OWE0OTFkMGE1YjU5Njc4ODEzYjc0MGMyOTM5ZTQ5MmE2YTQ1MzQwZDc5MWNhODY1ZmRkZTE4YjFhNjU
    39
    +.. _invite link: https://join.slack.com/t/buildteamworld/shared_invite/enQtMzkxNzE0MDMyMDY1LTRmZmM1OWE0OTFkMGE1YjU5Njc4ODEzYjc0MGMyOTM5ZTQ5MmE2YTQ1MzQwZDc5MWNhODY1ZmRkZTE4YjFhNjU
    \ No newline at end of file

  • docs/source/resources.rst
    1
    +
    
    2
    +.. _external-resources:
    
    3
    +
    
    4
    +Resources
    
    5
    +=========
    
    6
    +
    
    7
    +Remote execution and worker API useful links:
    
    8
    +
    
    9
    +- `REAPI design document`_
    
    10
    +- `REAPI protobuf specification`_
    
    11
    +- `RWAPI design document`_
    
    12
    +- `RWAPI protobuf specification`_
    
    13
    +- `Bazel`_ `remote caching and execution documentation`_
    
    14
    +- `RECC usage instructions`_
    
    15
    +- `BuildStream webside`_ and `documentation`_
    
    16
    +- `BuildStream-externals repository`_
    
    17
    +- `BuildBox repository`_
    
    18
    +- `FUSE on wikipedia`_ and `kernel documentation`_
    
    19
    +- `bubblewrap repository`_
    
    20
    +- `Buildfarm reference REAPI implementation`_
    
    21
    +- `Buildbarn Golang REAPI implementation`_
    
    22
    +
    
    23
    +.. _REAPI design document: https://docs.google.com/document/d/1AaGk7fOPByEvpAbqeXIyE8HX_A3_axxNnvroblTZ_6s
    
    24
    +.. _REAPI protobuf specification: https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto
    
    25
    +.. _RWAPI design document: https://docs.google.com/document/d/1s_AzRRD2mdyktKUj2HWBn99rMg_3tcPvdjx3MPbFidU
    
    26
    +.. _RWAPI protobuf specification: https://github.com/googleapis/googleapis/blob/master/google/devtools/remoteworkers/v1test2/bots.proto
    
    27
    +.. _Bazel: https://www.bazel.build
    
    28
    +.. _remote caching and execution documentation: https://docs.bazel.build/versions/master/remote-caching.html
    
    29
    +.. _RECC usage instructions: https://gitlab.com/bloomberg/recc#running-recc
    
    30
    +.. _BuildStream webside: https://buildstream.build
    
    31
    +.. _documentation: https://docs.buildstream.build
    
    32
    +.. _BuildStream-externals repository: https://gitlab.com/BuildStream/bst-external
    
    33
    +.. _FUSE on wikipedia: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
    
    34
    +.. _kernel documentation: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/filesystems/fuse.txt
    
    35
    +.. _BuildBox repository: https://gitlab.com/BuildStream/buildbox
    
    36
    +.. _bubblewrap repository: https://github.com/projectatomic/bubblewrap
    
    37
    +.. _Buildfarm reference REAPI implementation: https://github.com/bazelbuild/bazel-buildfarm
    
    38
    +.. _Buildbarn Golang REAPI implementation: https://github.com/EdSchouten/bazel-buildbarn
    \ No newline at end of file



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]