-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom notation type
Add test files: - Test custom overrides - Test hyperlinks - Test hyperlinks to value Improvements: - Add description about the hyperlinks - Add more sample in the README.md - Add support for multiline description sections - Modify comment continuation regex
- Loading branch information
Showing
13 changed files
with
1,936 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
dist | ||
.idea/ | ||
*.iml | ||
.vscode/ | ||
vendor/ |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: v2 | ||
name: django | ||
version: 0.2.1 | ||
appVersion: 3.1 | ||
description: Generic chart for basic Django-based web app | ||
keywords: | ||
- Django | ||
- Web | ||
home: https://www.djangoproject.com/ | ||
sources: | ||
- https://github.com/django/django | ||
maintainers: | ||
- name: Rizky Maulana Nugraha | ||
email: lana.pcfre@gmail.com | ||
icon: https://raw.githubusercontent.com/kartoza/charts/master/assets/logo/django.png | ||
engine: gotpl | ||
dependencies: | ||
- name: postgis | ||
version: 0.2.1 | ||
repository: "file://../../postgis/v0.2.1" | ||
condition: postgis.enabled | ||
tags: | ||
- database-backend | ||
- postgis | ||
- name: common | ||
version: 1.0.0 | ||
repository: "file://../../common/v1.0.0" |
Oops, something went wrong.