Apollo integration

How to integrate project in Apollo

Mandatory files

  • readme.md
  • apollo.json

Option files

  • changelog.md
  • LICENSE

Config file apollo.json

{
	"name":  string,
	"logo": null|string-url,
	"description": string,
	"tags":list of strings,
	"has_docs": boolean,
	"git": string-url
}

Config file generator

... bude doplnené