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

GODRIVER-2287 Add section to troubleshooting FAQ per driver with top SEO results #1017

Merged
merged 16 commits into from
Jul 13, 2022
Merged

GODRIVER-2287 Add section to troubleshooting FAQ per driver with top SEO results #1017

merged 16 commits into from
Jul 13, 2022

Conversation

prestonvasquez
Copy link
Collaborator

@prestonvasquez prestonvasquez commented Jul 7, 2022

GODRIVER-2287

We are adding a docs directory at the top level of the Go Driver project. Looking through trending go projects it's pretty noticeable that docs is a fairly constant practice, I have only seen a few instances of doc (although one of these includes the standard library) and one instance of documentation . Within our organization, many of the drivers have some variation of a docs directory:

mongo-ruby-driver
mongo-rust-driver
mongo-node-driver
mongo-python-driver
mongo-cxx-driver
mongo-csharp-driver

The team has decided to stick with markdown over RST. Naming the FAQ file from this context common-issues matches what is being done in the python and ruby drivers.

Of the six issues proposed , five of them were unique:

GODRIVER-1763
GODRIVER-854
GODRIVER-1721
GODRIVER-1772
GODRIVER-627

GODRIVER-1763 and GODRIVER-1772 are both unresolved, GODRIVER-1721 is more of a drivers questions than a Go Drivers question. Hence, of the five unique SEO proposals, I believe only two of them are valid for Go Driver documentation:

GODRIVER-854
GODRIVER-627

Along with the common-issues.md, I've also included the CONTRIBUTING.md in the docs directory.

@prestonvasquez
Copy link
Collaborator Author

prestonvasquez commented Jul 7, 2022

Do we want to link resources from the docs directory in the top level README.md file?

Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

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

The new common issues doc looks great!

Please update the link to CONTRIBUTING.md in the main README.md and consider adding a link from the README.md to the new docs/common-issues.md doc.

docs/common-issues.md Outdated Show resolved Hide resolved
docs/common-issues.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

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

Looks good 👍

README.md Show resolved Hide resolved
docs/common-issues.md Outdated Show resolved Hide resolved
docs/common-issues.md Outdated Show resolved Hide resolved
docs/common-issues.md Outdated Show resolved Hide resolved
docs/common-issues.md Outdated Show resolved Hide resolved
prestonvasquez and others added 4 commits July 12, 2022 11:06
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
Copy link
Contributor

@benjirewis benjirewis left a comment

Choose a reason for hiding this comment

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

Great job!

@prestonvasquez prestonvasquez merged commit 03207bb into mongodb:master Jul 13, 2022
@prestonvasquez prestonvasquez deleted the GODRIVER-2287 branch July 13, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants