Skip to content

Commit 1654307

Browse files
committed
docs: add left-side TOC/menu to home page
- Remove `_layout: landing` from index.md so it uses standard conceptual layout with sidebar instead of landing page layout - Add "Home" entry to docs/toc.yml pointing to ../index.md so the home page uses the same left sidebar navigation as docs pages - Add `homepage: docs/intro.md` to root toc.yml Docs entry
1 parent 1c9d97e commit 1654307

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/website-src/docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- name: Home
2+
href: ../index.md
13
- name: Introduction
24
href: intro.md
35
- name: Broadcasting

docs/website-src/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
_layout: landing
3-
---
4-
51
# Welcome to NumSharp
62

73
NumSharp is a .NET port of Python's NumPy library, bringing powerful numerical computing to the .NET ecosystem.

docs/website-src/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- name: Docs
22
href: docs/
3+
homepage: docs/intro.md
34
- name: API
45
href: api/

0 commit comments

Comments
 (0)