lildocs 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +2 -0
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -805,6 +805,8 @@ async function buildReferencePages(options) {
805
805
  await generateMarkdownForModule(packageJson.packagePath, {
806
806
  cwd: options.cwd,
807
807
  propertyDocs: "list",
808
+ groupBySyntax: true,
809
+ sortByName: true,
808
810
  github: options.githubRepository ? {
809
811
  repository: options.githubRepository,
810
812
  searchLinks: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lildocs",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "A lightweight CLI that turns Markdown docs into a static searchable documentation site.",
5
5
  "homepage": "https://aleclarson.github.io/lildocs/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "beautiful-mermaid": "^1.1.3",
30
30
  "cmd-ts": "^0.15.0",
31
31
  "culori": "^4.0.2",
32
- "exports-md": "^0.2.2",
32
+ "exports-md": "^0.2.3",
33
33
  "gray-matter": "^4.0.3",
34
34
  "marked": "^18.0.3",
35
35
  "marked-shiki": "^1.2.1",