Skip to content

Commit

Permalink
fix(): docs lint issues (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mduthey authored Feb 6, 2025
1 parent bc01400 commit 4c0ed45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/app/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
"index": "Introduction",
"installation": "Installation",
"configuration": "Configuration",
"design": "Design",
index: 'Introduction',
installation: 'Installation',
configuration: 'Configuration',
design: 'Design',
};
5 changes: 2 additions & 3 deletions docs/app/installation/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

export default {
"from_source": "From Source",
"docker": "Docker",
from_source: 'From Source',
docker: 'Docker',
};
2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"dev": "next --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 4c0ed45

Please sign in to comment.