This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/master by this push:
new a4aee75 minor fixes to make the site work with self serve,
documentation fixes
a4aee75 is described below
commit a4aee756ae4d468c3516cca98b4b072e3f1b5d29
Author: Jon Haddad <[email protected]>
AuthorDate: Thu Oct 10 13:10:47 2019 -0700
minor fixes to make the site work with self serve, documentation fixes
---
README.md | 6 +++---
docker-compose.yml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index bec21f1..54ce543 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ cd ./cassandra-website
```
-To build the website run the following commands from within the
_./cassandra-website_ directory (assuming you used the above checkout commands):
+To build the website run the following commands from within the
`./cassandra-website` directory (assuming you used the above clone command):
```bash
$ docker-compose build cassandra-website
@@ -29,7 +29,7 @@ $ docker-compose run cassandra-website
Go make yourself a cup of coffee, this will take a while...
-Once building has completed, the site content will be in the
_./cassandra-website/publish_ directory ready to be committed.
+Once building has completed, the site content will be in the
`./cassandra-website/content` directory ready to be committed.
Previewing the site
@@ -42,4 +42,4 @@ $ docker-compose build cassandra-website
$ docker-compose up cassandra-website-serve
```
-For information about the site layout see the **Layout** section of
[README](src/README#layout) in the _src_ directory.
\ No newline at end of file
+For information about the site layout see the **Layout** section of
[README](src/README#layout) in the _src_ directory.
diff --git a/docker-compose.yml b/docker-compose.yml
index 027ab57..261f99c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
image: cassandra-website:latest
volumes:
- ./src:/usr/src/cassandra-site/src
- - ./content:/usr/src/cassandra-site/publish
+ - ./content:/usr/src/cassandra-site/content
cassandra-website-serve:
build: .
@@ -16,5 +16,5 @@ services:
- 4000:4000
volumes:
- ./src:/usr/src/cassandra-site/src
- - ./content:/usr/src/cassandra-site/publish
+ - ./content:/usr/src/cassandra-site/content
- ./docker-entrypoint-jekyll-serve.sh:/docker-entrypoint-jekyll-serve.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]