Details
-
Task
-
Resolution: Won't Fix
-
Major
-
None
-
DOC-2021-Jan17-S1, DOC-2021-Jan31-S2
-
1
Description
https://github.com/couchbase/docs-sdk-java/blob/release/3.1/modules/hello-world/pages/overview.adoc
contains
:page-layout: landing-page-top-level-sdk
which appears to be treated differently by the CSS in prod & staging....
This also applies to https://docs.couchbase.com/home/sdk.html
1. In prod, h2s and h1 which are outside a <div> such as
<div class="card-row three-column-row">
are indented (in staging, correctly, they are not.
[item 1 being fixed by Web contractors]
2. The commented out code snippet in the Java landing page:
//// [] [source,xml] ---- <dependencies> <dependency> <groupId>com.couchbase.client</groupId> <artifactId>java-client</artifactId> <version>3.1.0</version> </dependency> </dependencies> ---- ////
caused prod to nudge the central column over, and push the rh column to the next line.
Local and staging builds were fine.
3. the bullets in the non-snippet version of Getting Started do not appear,
and this Getting Started section is indented not just to the right, but downwards.
This occurs in prod, staging, and local builds.