Update documentation links
This commit is contained in:
3
.spi.yml
Normal file
3
.spi.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version: 1
|
||||||
|
external_links:
|
||||||
|
documentation: "https://docs.hummingbird.codes/2.0/documentation/mustache"
|
||||||
14
README.md
14
README.md
@@ -15,7 +15,7 @@ Render an object with a template
|
|||||||
```swift
|
```swift
|
||||||
let output = library.render(object, withTemplate: "myTemplate")
|
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
|
## Support
|
||||||
|
|
||||||
@@ -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.
|
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)
|
- [Lambda Implementation](https://docs.hummingbird.codes/2.0/documentation/hummingbird/lambdas)
|
||||||
- [Transforms](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/transforms.html)
|
- [Transforms](https://https://docs.hummingbird.codes/2.0/documentation/hummingbird/transforms)
|
||||||
- [Template Inheritance](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/template-inheritance.html)
|
- [Template Inheritance](https://docs.hummingbird.codes/2.0/documentation/hummingbird/templateinheritance)
|
||||||
- [Pragmas](https://hummingbird-project.github.io/hummingbird/current/hummingbird-mustache/pragmas.html)
|
- [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)
|
||||||
|
|||||||
Reference in New Issue
Block a user