This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push: new 863f3a47 Add building the container to quickstart instructions 863f3a47 is described below commit 863f3a47695e35d16cc79d21a2fecee9acb54a38 Author: Ariel Weisberg <aweisb...@apple.com> AuthorDate: Fri May 9 14:06:00 2025 -0400 Add building the container to quickstart instructions Patch by Ariel Weisberg; Reviewed by Michael Semb Wever for CASSANDRA-20637 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef413bbe..358877d9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ $ git clone https://github.com/apache/cassandra-website.git $ cd ./cassandra-website # make sure you have docker installed +# build the container image so it is available to run +```bash +$ ./run.sh website container +``` # website content edits are done in ./site-content/source/modules # to build the website only using your local edits @@ -375,4 +379,4 @@ Antora is being used for the website generation because it is designed to create ## Why is the styling separated from the content -Separating the layout/style, and the content means that stying changes can be made with little to no impact on content and vice-versa. In addition, changes to the styling can happen in parallel while website content is updated without conflict. \ No newline at end of file +Separating the layout/style, and the content means that stying changes can be made with little to no impact on content and vice-versa. In addition, changes to the styling can happen in parallel while website content is updated without conflict. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org