OBSDOCS-3312: Restore restructured format for configuring-the-log-store.adoc - #116489
Conversation
|
@johnwilkins: This pull request references OBSDOCS-3312 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
🤖 Mon Jul 27 15:44:33 - Prow CI generated the docs preview: |
…re.adoc Fix inadvertent reversion of OBSDOCS-3312 restructuring that occurred in OBSDOCS-3539. The file should have the simplified 6.6 format with a NOTE block pointing to installation docs, not the pre-restructuring format with embedded sizing/storage includes. This brings standalone-logging-docs-main back in sync with the 6.6 structure where: - Sizing content is in installing/loki-deployment-sizing.adoc - Storage configuration is in installing/configuring-storage-for-lokistack.adoc - configuring/configuring-the-log-store.adoc has simplified format with NOTE Reference: OBSDOCS-3539 (PR openshift#113999) inadvertently reverted this structure when adding filtering documentation on 2026-07-13. Signed-off-by: John Wilkins <jowilkin@redhat.com>
b3cffa4 to
15245c5
Compare
|
@johnwilkins: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
28c2d00
into
openshift:standalone-logging-docs-main
Summary
Fix inadvertent reversion of OBSDOCS-3312 restructuring that occurred in OBSDOCS-3539 (PR #113999).
Problem
OBSDOCS-3539 added filtering documentation on 2026-07-13, but also inadvertently reverted the OBSDOCS-3312/OBSDOCS-3551 restructuring of
configuring/configuring-the-log-store.adoc. The file was changed from the simplified 6.6 format back to the pre-restructuring format with embedded sizing/storage includes.This created an inconsistency where:
Solution
Restore the simplified format to match 6.6 structure:
installing/assemblies)[role="_abstract"]to abstract paragraphStructure after this fix
installing/loki-deployment-sizing.adocinstalling/configuring-storage-for-lokistack.adocTesting
Compared resulting structure with upstream/standalone-logging-docs-6.6 to ensure consistency.
Related
Note
This PR should NOT be cherry-picked to 6.6 since 6.6 already has the correct structure.