Skip to content

[DOCS] Adds getting started content based on the template #7764

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 12 commits into from
Jul 3, 2023

Conversation

szabosteve
Copy link
Contributor

@szabosteve szabosteve commented Jul 3, 2023

Overview

This PR adds a getting started page to the .NET client documentation. The content is based on the client getting started template.

For the reviewer co-author

Please provide content/example code for the following sections:

  • Requirements
  • Installation
  • Connecting
  • Creating an index
  • Indexing documents
  • Getting documents
  • Searching documents
  • Updating documents
  • Deleting documents
  • Deleting an index

Preview

Getting started

@szabosteve szabosteve requested a review from flobernd July 3, 2023 10:58
@flobernd flobernd added the 8.x Relates to a 8.x client version label Jul 3, 2023
@szabosteve
Copy link
Contributor Author

@elasticmachine test this please

@szabosteve szabosteve merged commit ff63b78 into main Jul 3, 2023
@szabosteve szabosteve deleted the szabosteve/getting-started branch July 3, 2023 12:58
@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

The backport to 8.8 failed:

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

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.8 8.8
# Navigate to the new working tree
cd .worktrees/backport-8.8
# Create a new branch
git switch --create backport-7764-to-8.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 ff63b789acaa244a2ce387d0de7ab91562e0cfa6
# Push it to GitHub
git push --set-upstream origin backport-7764-to-8.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.8

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

The backport to 8.9 failed:

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

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.9 8.9
# Navigate to the new working tree
cd .worktrees/backport-8.9
# Create a new branch
git switch --create backport-7764-to-8.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 ff63b789acaa244a2ce387d0de7ab91562e0cfa6
# Push it to GitHub
git push --set-upstream origin backport-7764-to-8.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.9

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

flobernd pushed a commit that referenced this pull request Jul 3, 2023
[DOCS] Adds getting started content based on the template
flobernd pushed a commit that referenced this pull request Jul 3, 2023
[DOCS] Adds getting started content based on the template
szabosteve added a commit that referenced this pull request Jul 3, 2023
[DOCS] Adds getting started content based on the template (#7764)
szabosteve added a commit that referenced this pull request Jul 3, 2023
[DOCS] Adds getting started content based on the template (#7764)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to a 8.x client version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants