[libc-commits] [libc] f8cdbeb - [libc][docs] Remove the description of a "www" directory.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Mon Apr 18 00:17:29 PDT 2022
Author: Siva Chandra Reddy
Date: 2022-04-18T07:16:21Z
New Revision: f8cdbeb4714fda618f8140a4e8e82b8145c59f06
URL: https://github.com/llvm/llvm-project/commit/f8cdbeb4714fda618f8140a4e8e82b8145c59f06
DIFF: https://github.com/llvm/llvm-project/commit/f8cdbeb4714fda618f8140a4e8e82b8145c59f06.diff
LOG: [libc][docs] Remove the description of a "www" directory.
We plan to use the "docs" directory as the home for our "www" pages,
similar to how it is for the libcxx project.
Added:
Modified:
libc/docs/source_layout.rst
Removed:
################################################################################
diff --git a/libc/docs/source_layout.rst b/libc/docs/source_layout.rst
index 4cf20f38091a5..a767239bbe43a 100644
--- a/libc/docs/source_layout.rst
+++ b/libc/docs/source_layout.rst
@@ -14,7 +14,6 @@ directories::
- src
- test
- utils
- - www
Each of these directories is explained in detail below.
@@ -91,9 +90,3 @@ The `utils` directory
This directory contains utilities used by other parts of the llvm-libc system.
See the `README` files, in the sub-directories within this directory, to learn
about the various utilities.
-
-The ``www`` directory
----------------------
-
-The ``www`` directory contains the HTML content of libc.llvm.org
-
More information about the libc-commits
mailing list