docs: link to our community and place(s) for q&a (#775)

This commit is contained in:
James Hegedus 2020-08-11 09:03:13 +10:00 committed by GitHub
parent 1a01356935
commit cc929d2fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 19 deletions

View File

@ -22,9 +22,15 @@ asdf-vm is a CLI tool that can manage multiple language runtime versions on a pe
- [Getting Started](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm)
- [All Commands](https://asdf-vm.github.io/asdf/#/core-commands)
- [All Plugins](https://asdf-vm.github.io/asdf/#/plugins-all)
- [Create a Plugin](https://asdf-vm.github.io/asdf/#/plugins-create)
- [Create a Plugin](https://asdf-vm.github.io/asdf/#/plugins-create) with our [asdf-plugin-template](https://github.com/asdf-vm/asdf-plugin-template)
- [asdf GitHub Actions](https://github.com/asdf-vm/actions)
## Contributing
See [CONTRIBUTING.md in the repo](https://github.com/asdf-vm/asdf/blob/master/CONTRIBUTING.md) or the [Contributing section on the docs site](http://asdf-vm.github.io/asdf/#/contributing-core-asdf-vm).
## Community & Questions
<!-- - [![GitHub Discussions](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github Discussions TBA](https://github.com/asdf-vm/asdf/discussions): our preferred method for community Q&A and interaction -->
- [![Github Issues](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github Issues](https://github.com/asdf-vm/asdf/issues): report a bug or raise a feature request to the `asdf` core team
- [![StackOverflow Tag](https://icongr.am/fontawesome/stack-overflow.svg?size=16&color=808080)StackOverflow Tag](https://stackoverflow.com/questions/tagged/asdf-vm): see existing Q&A for `asdf`. Some of the core team watch this tag in addition to our helpful community

View File

@ -1,22 +1,20 @@
<!-- docs/_sidebar.md -->
- Core
- [Manage asdf-vm](core-manage-asdf-vm)
- [Manage Plugins](core-manage-plugins)
- [Manage Versions](core-manage-versions)
- [Configuration](core-configuration)
- [All Commands](core-commands)
- Plugins
- [Creating Plugins](plugins-create)
- [All Plugins](plugins-all) <!-- pulls in asdf-vm/asdf-plugins readme -->
- Contributing
- [Core asdf vm](contributing-core-asdf-vm)
- [Documentation Site](contributing-doc-site)
- **Core**
- [Manage asdf-vm](core-manage-asdf-vm)
- [Manage Plugins](core-manage-plugins)
- [Manage Versions](core-manage-versions)
- [Configuration](core-configuration)
- [All Commands](core-commands)
- [Changelog](changelog) <!-- pulls in changelog from repo -->
- **Plugins**
- [Creating Plugins](plugins-create)
- [All Plugins](plugins-all) <!-- pulls in asdf-vm/asdf-plugins readme -->
- **Contributing**
- [Core asdf vm](contributing-core-asdf-vm)
- [Documentation Site](contributing-doc-site)
- [Thanks](thanks)
- **Community & Questions**
- [![Github Issues](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github Issues](https://github.com/asdf-vm/asdf/issues)
- [![StackOverflow Tag](https://icongr.am/fontawesome/stack-overflow.svg?size=16&color=808080)StackOverflow Tag](https://stackoverflow.com/questions/tagged/asdf-vm)
<!-- - [![GitHub Discussions](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github Discussions TBA](https://github.com/asdf-vm/asdf/discussions) -->