Skip to content

Commit 76f867a

Browse files
eedugoncolleenmcginnispebrc
authored
[docs] Migrate docs from AsciiDoc to Markdown (#8496)
Deletes all static .asciidoc files of the previous documentation system (this files can still be updated on the 2.x / 1.x branches). Places new markdown content for reference, release notes, known issues, deprecations and breaking changes sections. This content will eventually be replaced by automatic generated content. --------- Co-authored-by: Colleen McGinnis <[email protected]> Co-authored-by: Peter Brachwitz <[email protected]>
1 parent 2f07cad commit 76f867a

File tree

188 files changed

+447
-18772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+447
-18772
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,11 @@ check-local-changes:
497497
|| ( echo -e "\nError: dirty local changes"; git status --porcelain; git --no-pager diff; exit 1 )
498498

499499
# Check if the predicate names in upgrade_predicates.go, are equal to the predicate names
500-
# defined in the user documentation in orchestration.asciidoc.
500+
# defined in the user documentation in upgrade-predicates.md.
501501
check-predicates: CODE = pkg/controller/elasticsearch/driver/upgrade_predicates.go
502-
check-predicates: DOC = docs/orchestrating-elastic-stack-applications/elasticsearch/orchestration.asciidoc
502+
check-predicates: DOC = docs/reference/upgrade-predicates.md
503503
check-predicates: PREDICATE_PATTERN = [a-z]*_[A-Za-z_]*
504504
check-predicates:
505505
@ diff \
506506
<(grep "name:" "$(CODE)" | grep -o "$(PREDICATE_PATTERN)" ) \
507-
<(grep '\*\* [a-z]' "$(DOC)" | grep -o "$(PREDICATE_PATTERN)" )
507+
<(grep '^ \* [a-z]' "$(DOC)" | grep -o "$(PREDICATE_PATTERN)" )

docs/advanced-topics/advanced-topics.asciidoc

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/advanced-topics/custom-images.asciidoc

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/advanced-topics/fips.asciidoc

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/advanced-topics/gke-autopilot.asciidoc

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)