-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.8] Backport documentation redesign changes #10874
Merged
simitt
merged 11 commits into
elastic:8.8
from
bmorelli25:8.8-backport-documentation-changes
May 23, 2023
Merged
[8.8] Backport documentation redesign changes #10874
simitt
merged 11 commits into
elastic:8.8
from
bmorelli25:8.8-backport-documentation-changes
May 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* move all `legacy` content up a level * remove deprecation notices * Delete legacy APM Overview * fix local links # Conflicts: # changelogs/7.15.asciidoc * delete 7.x cl * delete duplicate API section APM Server Reference # Conflicts: # docs/legacy/sourcemap-api.asciidoc * delete legacy souremap-api * fix doc build errors * remove duplicate how to guides from APM Server reference # Conflicts: # docs/legacy/configuring-ingest.asciidoc * combine redirects and clean up index * fix links * feedback * Revert changelog deletion This reverts commit bcc1de4. # Conflicts: # docs/legacy/events-api.asciidoc # docs/legacy/storage-management.asciidoc * Revert "delete 7.x cl" This reverts commit 1ab3973.
This PR removes the exported fields documentation.
This PR is mostly structural. It moves the Configure section up two levels in the navigation. This requires many heading-level changes. I also moved all of the configure documentation to a new subdirectory so it's easier to find and edit. Separating this into its own PR should make the content changes that are coming easier to review. # Conflicts: # docs/configure/general.asciidoc
* remove keystore * add advanced setup # Conflicts: # docs/integrations-index.asciidoc * couple more keystore things * finish advanced setup * feedback from @simitt
* exploring-es-data * remove leftover comment * fix doc build
* monitoring docs * feedback from @simitt
* very basic for now * update and combine troubleshooting guides * remove file * empty * fix broken link * feedback from @simitt * Apply suggestions from code review Co-authored-by: Andrew Wilkins <[email protected]> --------- Co-authored-by: Andrew Wilkins <[email protected]>
* rest of secure docs * per @simitt, remove addtl users and roles * remove linux seccomp
* add Elastic Cloud quick start * update self managed quick start * add advanced setup * add decision tree
# Conflicts: # docs/apm-input-settings.asciidoc # docs/configure/agent-config.asciidoc # docs/configure/rum.asciidoc
axw
approved these changes
May 23, 2023
📚 Go benchmark reportDiff with the
report generated with https://pkg.go.dev/golang.org/x/perf/cmd/benchstat |
simitt
approved these changes
May 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this huge refactoring! I believe this is a big improvement and hopefully brings more clarity into when & how to use the apm-server binary vs. Fleet managed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR backports the following PRs to
8.8
: