Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 22, 2024
1 parent 2663d13 commit 7ea5b5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .spi.yml
@@ -0,0 +1,3 @@
version: 1
external_links:
documentation: "https://docs.hummingbird.codes/2.0/documentation/mustache"
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -15,7 +15,7 @@ Render an object with a template
```swift
let output = library.render(object, withTemplate: "myTemplate")
```
`Swift-Mustache` treats an object as a set of key/value pairs when rendering and will render both dictionaries and objects via `Mirror` reflection. Find out more on how Mustache renders objects [here](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/mustache-syntax.html).
`Swift-Mustache` treats an object as a set of key/value pairs when rendering and will render both dictionaries and objects via `Mirror` reflection. Find out more on how Mustache renders objects [here](https://docs.hummingbird.codes/2.0/documentation/hummingbird/mustachesyntax).

## Support

Expand All @@ -25,7 +25,11 @@ Swift-Mustache supports all standard Mustache tags and is fully compliant with t

Swift-Mustache includes some features that are specific to its implementation. Please follow the links below to find out more.

- [Lambda Implementation](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/lambdas.html)
- [Transforms](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/transforms.html)
- [Template Inheritance](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/template-inheritance.html)
- [Pragmas](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/pragmas.html)
- [Lambda Implementation](https://docs.hummingbird.codes/2.0/documentation/hummingbird/lambdas)
- [Transforms](https://https://docs.hummingbird.codes/2.0/documentation/hummingbird/transforms)
- [Template Inheritance](https://docs.hummingbird.codes/2.0/documentation/hummingbird/templateinheritance)
- [Pragmas](https://docs.hummingbird.codes/2.0/documentation/hummingbird/pragmas)

## Documentation

Reference documentation for swift-mustache can be found [here](https://docs.hummingbird.codes/2.0/documentation/mustache)

0 comments on commit 7ea5b5d

Please sign in to comment.