Skip to content

Commit

Permalink
Add docfile key to META.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 20, 2011
1 parent 68776b4 commit 001505c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -2,7 +2,7 @@ Revision history for PostgreSQL extension pair.

0.1.2
- Properly updated version number in all relevant files.
- Added abstract to the `provides` section of `META.json`.
- Added abstract and doc file to the `provides` section of `META.json`.
- Changed doc extension to `.md` so that it will be parsed as Markdown
by PGXN.

Expand Down
1 change: 1 addition & 0 deletions META.json
Expand Up @@ -11,6 +11,7 @@
"pair": {
"abstract": "A key/value pair data type",
"file": "sql/pair.sql",
"docfile": "doc/pair.md",
"version": "0.1.2"
}
},
Expand Down

0 comments on commit 001505c

Please sign in to comment.