-
Notifications
You must be signed in to change notification settings - Fork 1k
Added two lost docs Testing changes to a dependency, Changing dependencies #1677
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny nit and we are all set! 👍
docs/FAQ.md
Outdated
@@ -107,6 +109,21 @@ behave differently: | |||
|
|||
Overrides are also discussed with some visuals in [the gps docs](https://github.com/sdboyer/gps/wiki/gps-for-Implementors#overrides). | |||
|
|||
## <a id="how-do-i-change-change-the-version-of-a-dependecy"></a> How do I change change the version of a dependecy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please remove the anchor tags? The anchor is generated from the header content and should work just fine without the anchor (like the other faq's).
@carolynvs Yup. Made those changes 👍.Hope It's okay now 😄 |
docs/FAQ.md
Outdated
@@ -12,6 +12,7 @@ The FAQ predated the introduction of the rest of the documentation. If something | |||
## Configuration | |||
* [What is the difference between Gopkg.toml (the "manifest") and Gopkg.lock (the "lock")?](#what-is-the-difference-between-gopkgtoml-the-manifest-and-gopkglock-the-lock) | |||
* [How do I constrain a transitive dependency's version?](#how-do-i-constrain-a-transitive-dependency-s-version) | |||
* [How do I change change the version of a dependecy?](#how-do-i-change-change-the-version-of-a-dependecy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops! Found one more thing, sorry I didn't catch it the first time. We have a stutter "change change" in the title of this question that needs to be fixed here and in the header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. My bad, I should have double checked that.Pushed those changes, please do take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick turnaround!
What does this do / why do we need it?
When we migrated to our new doc site we lost the following topic:
This PR attemts to add these back to the new docs website.
What should your reviewer look out for in this PR?
Which issue(s) does this PR fix?
Fixes #1665