mkdocs.yml 303 B

1234567891011121314
  1. site_name: Angular Drag and Drop
  2. site_url: http://angular-dragdrop.github.io/angular-dragdrop/
  3. site_description: Project documentation for angular Drag and Drop.
  4. repo_url: https://github.com/angular-dragdrop/angular-dragdrop
  5. theme : flatly
  6. pages:
  7. - 'index.md'
  8. - 'getting-started.md'
  9. - 'examples.md'