This document describes how to add API document of msgpack-related project to top page of msgpack.org.
- Please add the sentence
msgpack.org[ProjctName]
intoDescription
of yoru github repository. - Please add the document named as follows at root of github repository.
- msgpack.org.md
- README.md
- README.markdown
- README.rdoc
- README.rst
- README
The priority to show at msgpack.org is msgpack.org.md
>README.md
> README.markdown
> README.rdoc
> README.rst
> README
. You can choose to show msgpack.org.md
at msgpack.org separately from README.md at your github page.
3. Please wait a moment. A crawler visits your github repository each hour, and it's update msgpack.org page automatically.
This section describes how to update msgpack.org page with an example of msgpack-java.
- Add
msgpack.org[Java]
intoDescription
of msgpack-java. - Add
msgpack.org.md
into msgpack-java. - Please wait a moment. A crawler visits your github repository each hour, and it's update msgpack.org page automatically.