Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
yaml.info/content/index.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36 lines (35 sloc)
838 Bytes
This file contains 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
--- | |
title: '!yaml.info' | |
sidenav: | |
class: none | |
sections: | |
- name: intro | |
title: YAML Ain't Markup Language™ | |
content: | |
- | | |
This site offers various information around the [YAML serialization | |
language](https://yaml.org/). | |
- | | |
<b>It's still work in progress. Links might change.</b> | |
- | | |
<h3> | |
<img src="img/learn.svg" valign="middle" height="30"> | |
[Learn YAML](learn/index.html) | |
</h3> | |
- | | |
A YAML Tutorial and Reference | |
- | | |
<h3> | |
<img src="img/book.svg" valign="middle" height="30"> | |
[YAML Libraries](libraries/index.html) | |
</h3> | |
- | | |
Existing YAML Libraries | |
- | | |
Information for developers | |
- | | |
<h3> | |
<img src="img/list.svg" valign="middle" height="30"> | |
[Topic Index](topics.html) | |
</h3> | |
Check the Index if you are searching for a specific topic or term. |