Skip to content

Commit 362b831

Browse files
committed
updated docs
1 parent 3bb1dd2 commit 362b831

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction
1+
# Getting Started
22

33
DataTable2 Control for Flet based on [DataTable2 package](https://pub.dev/packages/data_table_2) for Flutter.
44

mkdocs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
site_name: DataTable2
1+
site_name: "DataTable2"
22

33
theme:
44
name: "material"
55
favicon: 'images/favicon.ico'
66
logo: 'images/logo.svg'
77

88
plugins:
9-
- mkdocstrings
9+
- mkdocstrings
10+
11+
nav:
12+
- Getting Started: index.md
13+
- DataTable2: datatable2.md
14+
- DataColumn2: datacolumn2.md
15+
- DataRow2: datarow2.md

0 commit comments

Comments
 (0)