diff --git a/_data/nav.yml b/_data/nav.yml new file mode 100644 index 0000000..dfab5a9 --- /dev/null +++ b/_data/nav.yml @@ -0,0 +1,40 @@ +docs: + + - title: Go database/sql tutorial + url: index.html + + - title: Overview + url: overview.html + + - title: Importing a Database Driver + url: importing.html + + - title: Accessing the Database + url: accessing.html + + - title: Retrieving Result Sets + url: retrieving.html + + - title: Modifying Data and Using Transactions + url: modifying.html + + - title: Using Prepared Statements + url: prepared.html + + - title: Handling Errors + url: errors.html + + - title: Working with NULLs + url: nulls.html + + - title: Working with Unknown Columns + url: varcols.html + + - title: The Connection Pool + url: connection-pool.html + + - title: Surprises, Antipatterns and Limitations + url: surprises.html + + - title: Related Reading and Resources + url: references.html diff --git a/_includes/leftnav.html b/_includes/leftnav.html index df91360..832c653 100644 --- a/_includes/leftnav.html +++ b/_includes/leftnav.html @@ -1,23 +1,11 @@