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: add language specific guide for c++ #19903

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Pradumnasaraf
Copy link
Contributor

Description

  • Add language specific guide for c++

Related issues or tickets

fix #19898

Reviews

  • Technical review
  • Editorial review
  • Product review

@github-actions github-actions bot added the area/get-started Relates to get started and onboarding docs label Apr 27, 2024
Copy link

netlify bot commented Apr 27, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit ae18a8f
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/6654547c208a8a00082c633c
😎 Deploy Preview https://deploy-preview-19903--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@craig-osterhout
Copy link
Contributor

Hi @Pradumnasaraf,
Thank you!
We'll definitely work on getting this added.
I haven't had time to do a full review, but a few quick things:

  • You can add the topics to the left navigation by updating the data/toc.yaml file
  • It looks like there's a validation error in the content/language/_index.md file related to the link. Your folder name is c++, but the link is c-plus-plus.

@Pradumnasaraf
Copy link
Contributor Author

Hey, @craig-osterhout.

Thank you for the feedback. I have updated the docs as you requested.

@Pradumnasaraf
Copy link
Contributor Author

Hey,
Let me know if you need any help with the PR.

Copy link
Contributor

@craig-osterhout craig-osterhout left a comment

Choose a reason for hiding this comment

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

Thanks again @Pradumnasaraf for your contribution. I left some review comments.
Also, feel free to add an acknowledgement callout for yourself like https://github.com/docker/docs/blob/main/content/language/golang/_index.md?plain=1#L11

content/language/c-plus-plus/containerize.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/containerize.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/containerize.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/containerize.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/containerize.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/develop.md Outdated Show resolved Hide resolved
content/language/c-plus-plus/configure-ci-cd.md Outdated Show resolved Hide resolved
Clone the sample application to use with this guide. Open a terminal, change directory to a directory that you want to work in, and run the following command to clone the repository:

```console
$ git clone https://github.com/Pradumnasaraf/c-plus-plus-docker.git
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we fork your repo to a Docker-controlled repo and update this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, go ahead, Craig.

@craig-osterhout craig-osterhout requested a review from a team May 24, 2024 21:08
Pradumnasaraf and others added 8 commits May 25, 2024 18:31
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
@Pradumnasaraf
Copy link
Contributor Author

Hey @craig-osterhout, thanks for the review. I have addressed all of them.
Also, I have added an acknowledgement callout, thanks for that.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
@dvdksn
Copy link
Contributor

dvdksn commented May 27, 2024

Hello. I just pushed a small change to use a different, shorter subpath for this guide: from /c-plus-plus to /cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/get-started Relates to get started and onboarding docs status/review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add language specific guide for C++
3 participants