Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Update extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual authored Sep 22, 2020
1 parent 7a6d8d3 commit 4693cbe
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/documentation/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,20 @@ Once your guide is in good shape it's time to get it up on [docs.civicrm.org](ht
1. Copy paste the following content into the file editor (note that the leading whitespace is important for lines in this file since it communicates structure in yaml):

```yaml
name: 'Foo Bar'
description: 'Provides a baz for every contact's bat'
tags: 'foo bar baz contacts contact bat'
name: Foo Bar
description: Provides a baz for every contact's bat
category: extension
langs:
en:
repo: 'https://lab.civicrm.org/extensions/foobar'
searchterms:
- provides baz
- every contact's bat
- bat
- baz
- contact
```

* There are lots of other settings you can put here if you want to have multiple languages or versions. Look at `user.yml` as an example of a guide (the User Guide) which takes advantage of all the possible settings.
Expand Down

0 comments on commit 4693cbe

Please sign in to comment.