|
1 | 1 | {% comment %} |
2 | | -Copyright 2025 Google LLC |
| 2 | + Copyright 2025 Google LLC |
3 | 3 |
|
4 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
5 | | -you may not use this file except in compliance with the License. |
6 | | -You may obtain a copy of the License at |
| 4 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + you may not use this file except in compliance with the License. |
| 6 | + You may obtain a copy of the License at |
7 | 7 |
|
8 | | -http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
|
10 | | -Unless required by applicable law or agreed to in writing, software |
11 | | -distributed under the License is distributed on an "AS IS" BASIS, |
12 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | | -See the License for the specific language governing permissions and |
14 | | -limitations under the License. |
| 10 | + Unless required by applicable law or agreed to in writing, software |
| 11 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + See the License for the specific language governing permissions and |
| 14 | + limitations under the License. |
15 | 15 | {% endcomment %} |
16 | 16 |
|
17 | | -<li |
18 | | - class="mainmenu__item mainmenu__item--getting-started{% if page.menu_section != 'none' and (page.menu_section == 'tutorials' or (page.menu_section == null and layout.menu_section == 'tutorials')) %} active{% endif %}"> |
19 | | - <a href="/tutorials/"><span>Tutorials</span></a></li> |
20 | | -<li |
21 | | - class="mainmenu__item mainmenu__item--sdk{% if page.menu_section != 'none' and (page.menu_section == 'sdk' or (page.menu_section == null and layout.menu_section == 'sdk')) %} active{% endif %}"> |
22 | | - <a href="/sdk/"><span>Get the SDK</span></a></li> |
23 | | -<li |
24 | | - class="mainmenu__item mainmenu__item--guides{% if page.menu_section != 'none' and (page.menu_section == 'guides' or (page.menu_section == null and layout.menu_section == 'guides')) %} active{% endif %}"> |
25 | | - <a href="/guides/"><span>Guides</span></a></li> |
26 | | -<li |
27 | | - class="mainmenu__item mainmenu__item--docs{% if page.menu_section != 'none' and (page.menu_section == 'docs' or (page.menu_section == null and layout.menu_section == 'docs')) %} active{% endif %}"> |
28 | | - <a href="/docs/"><span>Documentation</span></a></li> |
29 | | -<li |
30 | | - class="mainmenu__item mainmenu__item--examples{% if page.menu_section != 'none' and (page.menu_section == 'examples' or (page.menu_section == null and layout.menu_section == 'examples')) %} active{% endif %}"> |
31 | | - <a href="/examples/"><span>Examples</span></a></li> |
32 | | -<li |
33 | | - class="mainmenu__item mainmenu__item--blog{% if page.menu_section != 'none' and (page.menu_section == 'blog' or (page.menu_section == null and layout.menu_section == 'blog')) %} active{% endif %}"> |
34 | | - <a href="/blog/"><span>Blog</span></a></li> |
35 | | -<li |
36 | | - class="mainmenu__item mainmenu__item--more{% if page.menu_section != 'none' and (page.menu_section == 'more' or (page.menu_section == null and layout.menu_section == 'more')) %} active{% endif %}"> |
37 | | - <a href="/more/"><span>More</span></a></li> |
| 17 | +<li class="mainmenu__item mainmenu__item--getting-started{% if page.menu_section != 'none' and (page.menu_section == 'tutorials' or (page.menu_section == null and layout.menu_section == 'tutorials')) %} active{% endif %}"><a href="/tutorials/"><span>Tutorials</span></a></li> |
| 18 | +<li class="mainmenu__item mainmenu__item--sdk{% if page.menu_section != 'none' and (page.menu_section == 'sdk' or (page.menu_section == null and layout.menu_section == 'sdk')) %} active{% endif %}"><a href="/sdk/"><span>Get the SDK</span></a></li> |
| 19 | +<li class="mainmenu__item mainmenu__item--guides{% if page.menu_section != 'none' and (page.menu_section == 'guides' or (page.menu_section == null and layout.menu_section == 'guides')) %} active{% endif %}"><a href="/guides/"><span>Guides</span></a></li> |
| 20 | +<li class="mainmenu__item mainmenu__item--docs{% if page.menu_section != 'none' and (page.menu_section == 'docs' or (page.menu_section == null and layout.menu_section == 'docs')) %} active{% endif %}"><a href="/docs/"><span>Documentation</span></a></li> |
| 21 | +<li class="mainmenu__item mainmenu__item--examples{% if page.menu_section != 'none' and (page.menu_section == 'examples' or (page.menu_section == null and layout.menu_section == 'examples')) %} active{% endif %}"><a href="/examples/"><span>Examples</span></a></li> |
| 22 | +<li class="mainmenu__item mainmenu__item--blog{% if page.menu_section != 'none' and (page.menu_section == 'blog' or (page.menu_section == null and layout.menu_section == 'blog')) %} active{% endif %}"><a href="/blog/"><span>Blog</span></a></li> |
| 23 | +<li class="mainmenu__item mainmenu__item--more{% if page.menu_section != 'none' and (page.menu_section == 'more' or (page.menu_section == null and layout.menu_section == 'more')) %} active{% endif %}"><a href="/more/"><span>More</span></a></li> |
0 commit comments