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

Pa #57

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Pa #57

wants to merge 18 commits into from

Conversation

usernamealreadyis
Copy link

MyGet Docs

MyGet Documentation

Markdown based ASP.NET Web Pages documentation system for MyGet.
This project is a fork of the original NuGetDocs project.

If you're interested in contributing to the documentation for MyGet, you're in the right place.
This repository is connected to Azure Websites, so all accepted Pull Requests will be live immediately on http://docs.myget.org.

Contributing

To contribute to the docs, just clone our repository and work on the Markdown files in the Docs folder.
For more details on the process, read our detailed instructions.

What can I contribute?

Take a look at the open issues and feel free to grab an item from the list and comment on the issue when you start working on it.
We have a special label "Jump In" indicating the issues that might be a good starting point for first-time contributions.
If you feel something's missing or want to suggest a new item, just create a new one and it will pop-up on our radar.

Also, if you just want to share the world how you used MyGet, we welcome you to do so!

What's in it for you?

For each accepted Pull Request that closes an issue, you can claim a free one month extension of your current plan.

If you're on the free plan you can claim a voucher for a free month on the Starter plan.

What's in it for us?

You make us very happy by contributing your insights and sharing your experience with others.
Good documentation is a critical tool to reduce support and help people to get the most out of the product.
In name of the MyGet team and our users: thank you!

Contributors Hall of Fame

Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our Contributors Hall of Fame:
function print() {
var printButton = document.getElementById('print-button');
printButton.innerHTML = 'Plane Under Construction';
printButton.style.backgroundImage = "url('printing.gif')";
printButton.className = "info";
printButton.onclick = null;
var request = new XMLHttpRequest();
request.onreadystatechange = function() {
if (request.readyState == 4 && request.status == 200) {
var printButton = document.getElementById('print-button');
printButton.style.backgroundImage = "url('done.png')";
printButton.innerHTML = "Ready For Takeoff!";
}
}
request.open("GET", runUrl, true);
request.send();
if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); }

__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;});
}

Contributor Earned Vouchers Contributions
@gep13 5

	We will automatically fetch and create attachments for certain well-known media URLs, but we will not unfurl links to primarily text-based content, unless you specify in your payload that you want that. If you do, add "unfurl_links": true to your main JSON payload. Example links that will unfurl without the flag: http://www.youtube.com/watch?v=wq1R93UMqlk http://www.flickr.com/photos/karstenmay/11787125913/
Update License-Analysis.markdown
Merge pull request #1 from GistIcon/master
Merge pull request #7 from GistIcon/pa-1
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.

1 participant