Skip to content

Commit babf397

Browse files
committed
several sub toc updates
1 parent 8069abd commit babf397

5 files changed

Lines changed: 39 additions & 10 deletions

File tree

docs/ado/TOC.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Microsoft ActiveX Data Objects (ADO)](microsoft-activex-data-objects-ado.md)
2+
# [ADO Glossary](ado-glossary.md)
23

4+
# More
35
## [ADO Development Guide](./guide/TOC.md)
46
### [appendixes](./guide/appendixes/TOC.md)
57
### [data](./guide/data/TOC.md)
@@ -9,9 +11,6 @@
911

1012
## [ADO Reference](./reference/TOC.md)
1113
### [ADO-API](./reference/ado-api/TOC.md)
12-
### [ado-md-api](./reference/ado-md-api/TOC.md)
13-
### [adox-api](./reference/adox-api/TOC.md)
14-
### [rds-api](./reference/rds-api/TOC.md)
15-
16-
# [ADO Glossary](ado-glossary.md)
17-
14+
### [ADO-MD-API](./reference/ado-md-api/TOC.md)
15+
### [ADOX-API](./reference/adox-api/TOC.md)
16+
### [RDS-API](./reference/rds-api/TOC.md)

docs/connect/TOC.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# [SQL Server Driver Documentation](sql-server-driver-documentation.md)
22
# [SQL Server Drivers](sql-server-drivers.md)
33
# [SQL Data Developer](sql-data-developer.md)
4+
5+
# More
6+
## [ADO .Net](./ado-net/TOC.md)
7+
## [JDBC](./jdbc/TOC.md)
8+
###[Code Samples](./jdbc/code-samples/TOC.md)
9+
### [JDBC Reference](./jdbc/reference/TOC.md)
10+
11+
## [Node-js](./node-js/TOC.md)
12+
## [ODBC for Windows](./odbc/windows/TOC.md)
13+
## [ODBC for Linux](./odbc/windows/TOC.md)
14+
## [PHP](./php/TOC.md
15+
16+
## [Python](./python/TOC.md)
17+
### [mssql](./python/pymssql/TOC.md)
18+
### [ODBC](./python/pyodbc/TOC.md)
19+
20+
## [Ruby](./ruby/TOC.md)

docs/connect/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#index
2-
Hello SQL Drivers Content!
1+
---
2+
redirect_url: /sql/connect/sql-server-driver-documentation
3+
---

docs/odbc/TOC.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22
# [ODBC Test](odbc-test.md)
33
# [ODBCCONF.EXE](odbcconf-exe.md)
44
# [Microsoft Open Database Connectivity (ODBC)](microsoft-open-database-connectivity-odbc.md)
5+
6+
# More
7+
## [ODBC Administration](./admin/TOC.md)
8+
## [Microsoft supplied ODBC Drivers](./microsoft/TOC.md)
9+
10+
## [ODBC Reference](./reference/TOC.md)
11+
### [Installation](./reference/install/TOC.md)
12+
### [Develop Applications](./reference/develop-app/TOC.md)
13+
### [Develop Drivers ](./reference/develop-driver/TOC.md)
14+
### [Syntax](./reference/syntax/TOC.md)
15+
### [Appendixes](./reference/appendixes/TOC.md)

docs/odbc/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#index
2-
Hello ODBC Content!
1+
---
2+
redirect_url: /sql/odbc/microsoft-open-database-connectivity-odbc
3+
---

0 commit comments

Comments
 (0)