Sign in
bazel
/
bazel
/
2745f0bafd7d549688480cdee3f021de489c719e
/
.
/
site
/
docs
/
designs
/
index.md
blob: cd2a9d7e7ec49401f18703b895074304c8c3ae13 [
file
] [
view
]
---
layout
:
documentation
title
:
Design
Documents
---
# Bazel Design Documents
<ul>
{%
for
doc
in
site
.
categories
.
designs
%}
<li>
<
a href
=
"{{ doc.url }}"
>{{
doc
.
title
}}</
a
>
{{
doc
.
date
|
date_to_long_string
}}<
/a></
li
>
{%
endfor
%}
</
ul
>