Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 645acfe

Browse files
committed
docs: move to mkdocs-material (#1101)
1 parent 7b134a5 commit 645acfe

18 files changed

+1068
-999
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.orig
22
/build*/
3+
/site/
34
bazel-*

COPYING renamed to LICENSE.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
Copyright (c) 2024, Google Inc.
1+
Copyright © 2024, Google Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are
66
met:
77

8-
* Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
10-
* Redistributions in binary form must reproduce the above
11-
copyright notice, this list of conditions and the following disclaimer
12-
in the documentation and/or other materials provided with the
13-
distribution.
14-
* Neither the name of Google Inc. nor the names of its
15-
contributors may be used to endorse or promote products derived from
16-
this software without specific prior written permission.
8+
* Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
10+
* Redistributions in binary form must reproduce the above copyright notice, this
11+
list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
* Neither the name of Google Inc. nor the names of its contributors may be used
14+
to endorse or promote products derived from this software without specific
15+
prior written permission.
1716

1817
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1918
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

0 commit comments

Comments
 (0)