Link the create command from manifests page#5
Open
daxelrod wants to merge 1 commit intoappget:masterfrom
Open
Conversation
One of the use-cases for reading the manifest docs is wanting to contribute a new package. Add a link to the `create` command, which automates many of the steps of writing the manifest and contributing it.
daxelrod
commented
Dec 21, 2019
|
|
||
| All available packages are hosted in our official [GitHub Repository](https://github.com/appget/appget.packages). You can review and propose changes to any of the manifests using a pull-request. | ||
|
|
||
| To create a new manifest and propose its addition to the repository, use the [`create` command](/commands/#create). |
Author
There was a problem hiding this comment.
This path structure should work on https://docs.appget.net/ but won't work correctly when browsing this repo locally. I'm open to other ideas for how to construct this path.
There was a problem hiding this comment.
If you leave off the leading slash, it's supposed to work as a relative path, I think?
Author
There was a problem hiding this comment.
Leaving off the trailing slash is another option that works on docs.appget.net but not when browsing the repo locally, since manifests is a directory. There may not be a link scheme that works in both, but I was highlighting this because I don't know that the intended style in this repo is.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One of the use-cases for reading the manifest docs is
wanting to contribute a new package.
Add a link to the
createcommand, which automatesmany of the steps of writing the manifest and contributing
it.