Skip to content
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

[DOCS] Adds context selector widget to the getting started page #751

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

szabosteve
Copy link
Contributor

@szabosteve szabosteve commented Nov 14, 2023

Overview

This PR adds context selector widgets to the Getting started page. As the Go client utilizes two sets of APIs – low-level and fully-typed – it is useful to provide the possibility for the user to choose the context as it makes it easier to interpret the docs properly. The user's choice impacts all the widgets on the page; if they choose fully-typed in either of the widgets, the rest will also show the fully-typed tabs.

Preview

@szabosteve szabosteve marked this pull request as ready for review November 14, 2023 16:02
Copy link
Contributor

@Anaethelion Anaethelion left a comment

Choose a reason for hiding this comment

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

That looks great, thank you!

@Anaethelion Anaethelion merged commit 0fba0e4 into main Nov 15, 2023
12 checks passed
@Anaethelion Anaethelion deleted the szabosteve/context-selector branch November 15, 2023 09:41
Copy link

The backport to 8.11 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.11 8.11
# Navigate to the new working tree
cd .worktrees/backport-8.11
# Create a new branch
git switch --create backport-751-to-8.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 0fba0e4b6ce5fbba43eb438a18c79c9f2d663c63
# Push it to GitHub
git push --set-upstream origin backport-751-to-8.11
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.11

Then, create a pull request where the base branch is 8.11 and the compare/head branch is backport-751-to-8.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants