Added Halibut Branch 15/25515/2 halibut
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>
Fri, 6 Nov 2020 14:50:45 +0000 (20:20 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 10 Nov 2020 15:25:18 +0000 (15:25 +0000)
commit992be2143539df943ba835ffa6b1165e5c841119
tree613c05e71974bed2ff8a7bf96e747ac7c6d23571
parent1aeb863a111b8ea1b48d56d4a563c8398082858e
Added Halibut Branch

Meta redirects to http://old-docs.automotivelinux.org/docs/en/halibut/getting_started/

Bug-AGL: [SPEC-3633]

Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I2f106628e603cb207d1734f521b5e8d1fb4164dc
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25515
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
67 files changed:
.readthedocs.yml [new file with mode: 0644]
README.md [new file with mode: 0644]
docs/img/agl.png [new file with mode: 0644]
docs/img/favicon.ico [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
mkdocs.yml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
theme/LICENSE [new file with mode: 0644]
theme/MANIFEST.in [new file with mode: 0644]
theme/Makefile [new file with mode: 0644]
theme/README.md [new file with mode: 0644]
theme/docs/a/sample-a1.md [new file with mode: 0644]
theme/docs/a/sample-a2.md [new file with mode: 0644]
theme/docs/customization.md [new file with mode: 0644]
theme/docs/index.md [new file with mode: 0644]
theme/docs/sample-a.md [new file with mode: 0644]
theme/docs/sample-b.md [new file with mode: 0644]
theme/mkdocs.yml [new file with mode: 0644]
theme/mkdocs_windmill/404.html [new file with mode: 0644]
theme/mkdocs_windmill/__init__.py [new file with mode: 0644]
theme/mkdocs_windmill/article-nav.html [new file with mode: 0644]
theme/mkdocs_windmill/base.html [new file with mode: 0644]
theme/mkdocs_windmill/css/base.css [new file with mode: 0644]
theme/mkdocs_windmill/css/bootstrap-3.3.7.css [new file with mode: 0644]
theme/mkdocs_windmill/css/bootstrap-3.3.7.min.css [new file with mode: 0644]
theme/mkdocs_windmill/css/bootstrap.css.map [new file with mode: 0644]
theme/mkdocs_windmill/css/bootstrap.min.css.map [new file with mode: 0644]
theme/mkdocs_windmill/css/font-awesome-4.7.0.css [new file with mode: 0644]
theme/mkdocs_windmill/css/font-awesome-4.7.0.min.css [new file with mode: 0644]
theme/mkdocs_windmill/css/highlight.css [new file with mode: 0644]
theme/mkdocs_windmill/fonts/fontawesome-webfont.eot [new file with mode: 0644]
theme/mkdocs_windmill/fonts/fontawesome-webfont.svg [new file with mode: 0644]
theme/mkdocs_windmill/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
theme/mkdocs_windmill/fonts/fontawesome-webfont.woff [new file with mode: 0644]
theme/mkdocs_windmill/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
theme/mkdocs_windmill/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
theme/mkdocs_windmill/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
theme/mkdocs_windmill/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
theme/mkdocs_windmill/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
theme/mkdocs_windmill/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
theme/mkdocs_windmill/img/agl.jpg [new file with mode: 0644]
theme/mkdocs_windmill/img/favicon.ico [new file with mode: 0644]
theme/mkdocs_windmill/img/logo_agl.png [new file with mode: 0644]
theme/mkdocs_windmill/js/base.js [new file with mode: 0644]
theme/mkdocs_windmill/js/bootstrap-3.3.7.js [new file with mode: 0644]
theme/mkdocs_windmill/js/bootstrap-3.3.7.min.js [new file with mode: 0644]
theme/mkdocs_windmill/js/elasticlunr.js [new file with mode: 0644]
theme/mkdocs_windmill/js/elasticlunr.min.js [new file with mode: 0644]
theme/mkdocs_windmill/js/highlight.pack.js [new file with mode: 0644]
theme/mkdocs_windmill/js/jquery-3.2.1.js [new file with mode: 0644]
theme/mkdocs_windmill/js/jquery-3.2.1.min.js [new file with mode: 0644]
theme/mkdocs_windmill/main.html [new file with mode: 0644]
theme/mkdocs_windmill/mkdocs_theme.yml [new file with mode: 0644]
theme/mkdocs_windmill/nav-item.html [new file with mode: 0644]
theme/mkdocs_windmill/nav-pane.html [new file with mode: 0644]
theme/mkdocs_windmill/page-nav-urls.html [new file with mode: 0644]
theme/mkdocs_windmill/repo-icon.html [new file with mode: 0644]
theme/mkdocs_windmill/search.html [new file with mode: 0644]
theme/mkdocs_windmill/topbar.html [new file with mode: 0644]
theme/screenshot.png [new file with mode: 0644]
theme/setup.py [new file with mode: 0644]
theme/tests/package.json [new file with mode: 0644]
theme/tests/test/mocha.opts [new file with mode: 0644]
theme/tests/test/test_main.ts [new file with mode: 0644]
theme/tests/tsconfig.json [new file with mode: 0644]
theme/tests/tslint.json [new file with mode: 0644]
theme/tests/yarn.lock [new file with mode: 0644]