We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1dd2 commit 362b831Copy full SHA for 362b831
docs/index.md
@@ -1,4 +1,4 @@
1
-# Introduction
+# Getting Started
2
3
DataTable2 Control for Flet based on [DataTable2 package](https://pub.dev/packages/data_table_2) for Flutter.
4
mkdocs.yml
@@ -1,9 +1,15 @@
-site_name: DataTable2
+site_name: "DataTable2"
theme:
name: "material"
5
favicon: 'images/favicon.ico'
6
logo: 'images/logo.svg'
7
8
plugins:
9
- - mkdocstrings
+ - mkdocstrings
10
+
11
+nav:
12
+ - Getting Started: index.md
13
+ - DataTable2: datatable2.md
14
+ - DataColumn2: datacolumn2.md
15
+ - DataRow2: datarow2.md
0 commit comments