mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 05:28:41 +00:00
fix: #317
This commit is contained in:
parent
8c09e7ba36
commit
243a350e2b
@ -1,7 +1,7 @@
|
|||||||
import jsdocJson from '../../../doc.json';
|
import jsdocJson from '../../../doc.json';
|
||||||
const visibleFunctions = jsdocJson.docs
|
const visibleFunctions = jsdocJson.docs
|
||||||
.filter(({ name, description }) => name && !name.startsWith('_') && !!description)
|
.filter(({ name, description }) => name && !name.startsWith('_') && !!description)
|
||||||
.sort((a, b) => a.meta.filename.localeCompare(b.meta.filename) + a.name.localeCompare(b.name));
|
.sort((a, b) => /* a.meta.filename.localeCompare(b.meta.filename) + */ a.name.localeCompare(b.name));
|
||||||
|
|
||||||
export function Reference() {
|
export function Reference() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user