mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* size-snapshot created? * Added docz for documentation site * Modified .gitignore to get rid of .docz internal stuff * Update all doc links to point to proper paths with docz * Removed .docz folder from Git Co-authored-by: Jason Clark <jason.clark@tcnbroadcasting.com>
24 lines
554 B
JavaScript
24 lines
554 B
JavaScript
export default {
|
|
title: 'React Table Documentation',
|
|
description: 'Documentation for the react-table library built in Docz',
|
|
ignore: ['docs/README.md', 'examples/**/*.md'],
|
|
propsParser: false,
|
|
port: 3002,
|
|
menu: [
|
|
'Getting Started',
|
|
'Installation',
|
|
'Concepts',
|
|
'Quick Start',
|
|
{
|
|
name: 'Examples',
|
|
menu: ['Simple', 'Complex', 'Controlled', 'UI/Rendering'],
|
|
},
|
|
{ name: 'API', menu: ['Overview', 'useTable'] },
|
|
'FAQ',
|
|
'Contributing',
|
|
'Code of Conduct',
|
|
'Typescript',
|
|
'Changelog',
|
|
],
|
|
}
|