Skip to content

chore: Update android wizard link #1526

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

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_data/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
support_level: production
type: framework
name: Android
doc_link: /clients/java/modules/android/
doc_link: /platforms/android/
wizard_parent: java
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wizard_parent: java I don't know what it is used for, but moving away from the java client to its own platform, this line seems wrong

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is not really relevant, only for the code parts that we have spread everywhere.

wizard:
- _documentation/clients/java/integrations.md#android
- _documentation/platforms/android/index.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file didn't have any changes, and afaik, we'd need to add something like <!— Wizard android —> into it.
See: #1498 (comment)
so that's the way of how the wizard would extract the right piece of code from the whole md file

-
slug: log4j2
support_level: production
Expand Down