[
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Grasso updated CASSANDRA-16913:
---------------------------------------
Test and Documentation Plan:
This patch can be tested unmodified only in trunk. To test this prior to
merging the following steps need to be carried out:
*Step 1. Update the site-content Dockerfile*
Line 101 in
[{_}site-content/Dockerfile{_}|https://github.com/apache/cassandra-website/pull/83/files#diff-8cc2a785e932313a6af6611160310af9ff43eadb31a4e08ac5edc523b9d6a04fR101]
will need to be changed as follows.
{code:java}
ENV
ANTORA_UI_BUNDLE_URL="https://github.com/ossarga/cassandra-website/raw/CASSANDRA-16913_fix_ui_bundle_url/site-ui/build/ui-bundle.zip"{code}
*Step 2. Delete local container and build cache*
Run the following commands to delete the container from Docker on the local
machine and reset the build cache.
{code:java}
$ docker rmi apache/cassandra-website
$ docker builder prune {code}
*Step 3. Build the website*
Run the following command to build the Apache Cassandra website. This will
cause a new site-content Docker container to be built prior to building the
website.
{code:java}
$ ./run.sh website build{code}
This will render the website and place the generated HTML into
{_}site-content/build/html/{_}.
Status: Patch Available (was: In Progress)
Patch available in Pull request
[#83|https://github.com/apache/cassandra-website/pull/83]
> Fix incorrect UI bundle URL in content Dockerfile
> -------------------------------------------------
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
> Issue Type: Task
> Components: Documentation/Website
> Reporter: Anthony Grasso
> Assignee: Anthony Grasso
> Priority: High
> Labels: pull-request-available
>
> We need to change the UI bundle URL in the content container Dockerfile to
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI
> bundle is tagged and released on the cassandra-website.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]