@microsoft/rayfin-guide 1.34.0-beta.1 → 1.35.0-alpha.1274
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,7 +104,7 @@ Pass a relative or absolute path to `-t`/`--template` when the template is alrea
|
|
|
104
104
|
npx rayfin init my-app -t ./my-template
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
Local templates use the same `rayfin-template.yml` file format as git-backed templates for
|
|
107
|
+
Local templates use the same `rayfin-template.yml` file format as git-backed templates, including grouped entries for nested navigation.
|
|
108
108
|
|
|
109
109
|
> **Bare names resolve as template names, not paths.**
|
|
110
110
|
> Use `./`, `../`, or an absolute path when pointing at a local directory:
|
|
@@ -343,8 +343,7 @@ entries:
|
|
|
343
343
|
path: ./templates/fullstack
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
|
|
347
|
-
Grouped nested navigation is available for git-backed template sources.
|
|
346
|
+
Local and git-backed template sources both support grouped nested navigation.
|
|
348
347
|
|
|
349
348
|
### Group entries for nested navigation
|
|
350
349
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rayfin-guide",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0-alpha.1274",
|
|
4
4
|
"description": "Cross-cutting Builder guides for the Rayfin platform — discovered by `@microsoft/rayfin-docs` via the `rayfinDocs` package.json field convention.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|