Skip to content

This is beta templating a new version of the blockchain.info api

License

Notifications You must be signed in to change notification settings

zhoudaqing/APIBlueprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

APIBlueprint

The templating for the new doumentation is using APIBlueprint markdown.

If you find any mistakes, or see room for improvement, pull requests are welcomed!

For functionality syntax, you can take a look at this guide for the basics, and this guide for a very detailed documentation on the markdown language.

For style/appearance, please take a look here. For example, as it stands, the style has been changed to the following (not found in the markdown):

<script type="text/javascript">
var embed = new Apiary.Embed({
		subdomain: 'blockchaininfo',
		theme: {
			fontFamily: 'Helvetica',

			tableOfContents: {
				section: {
					title: {
						color: '#049BD4'
					}
				}
			},

			humanColumn: {
				content: {
					section: {
						title: {
							color: '#049BD4'
						}
					}
				}
			},

			machineColumn: {
				content: {
					request: {
						controls: {
							tryButton: {
								color: '#049BD4'
							}
						}
					}
				}
			}
		},
		hosts: ['production']
});
</script>

This will be kept updated with any changes.

About

This is beta templating a new version of the blockchain.info api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • API Blueprint 100.0%