Skip to content

Commit 6766c13

Browse files
remove and merge development tab
1 parent 7c51036 commit 6766c13

10 files changed

Lines changed: 21 additions & 54 deletions

_config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ defaults:
103103
layout: "default"
104104
parent: "System Levels"
105105
nav_exclude: false
106-
- scope:
107-
path: "development/**"
108-
values:
109-
layout: "default"
110-
parent: "Development"
111-
nav_exclude: false
112106
- scope:
113107
path: "developer-resources/**"
114108
values:

_pages/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Contributing
44
permalink: /contributing/
5-
nav_order: 12
5+
nav_order: 11
66
---
77

88
## Contributing to FEAST

_pages/developer-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Developer Resources
44
permalink: /developer-resources/
5-
nav_order: 10
5+
nav_order: 9
66
has_children: true
77
---
88

_pages/development.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_pages/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Roadmap
44
permalink: /roadmap/
5-
nav_order: 11
5+
nav_order: 10
66
---
77

88
## FEAST Development Roadmap

_pages/site-architecture.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Site Architecture
44
permalink: /site-architecture/
5-
nav_order: 13
5+
nav_order: 12
66
---
77

88
## Overview
@@ -19,7 +19,7 @@ FEASTorg uses a hybrid Jekyll architecture that combines automated content impor
1919
### Hub Repository Structure
2020

2121
- **`_pages/`**: Hand-maintained core documentation
22-
- **`getting-started/`, `usage/`, `development/`**: Organized guide collections
22+
- **`getting-started/`, `usage/`**: Organized guide collections
2323
- **`_posts/`**: Project updates and announcements
2424
- **Auto-imported content**: collection of repositories via `_data/sources.json`
2525

@@ -61,3 +61,18 @@ These are managed via `_data/sources.linked.json` and automatically generate red
6161
- Smart tokenization for hyphenated terms
6262
- Pretty URLs with redirect management
6363
- Performance optimizations (sparse cloning, asset optimization, CDN)
64+
65+
## Using Jekyll Features
66+
67+
Callout examples:
68+
69+
{: .note }
70+
This project is under heavy development
71+
72+
{: .new }
73+
74+
> A paragraph
75+
>
76+
> Another paragraph
77+
>
78+
> The last paragraph

_posts/2025-09-13-major-site-infrastructure-overhaul.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Major updates to the FEASTorg website structure and design completed today.
1515
- Added structured navigation hierarchy:
1616
- Implementation Domains (BREADS, FROOTS, PROTINS, SUGIRS)
1717
- System Levels (SLICE, LOAF, BATCH, OVEN)
18-
- Development (guides and documentation)
1918
- Developer Resources (KiCad libraries and examples)
2019

2120
### Custom Styling
@@ -40,7 +39,6 @@ Major updates to the FEASTorg website structure and design completed today.
4039

4140
- Added getting-started guides (`getting-started/`)
4241
- Created usage documentation (`usage/`)
43-
- Added development section (`development/`)
4442
- Expanded contributor resources
4543

4644
## Technical Details

development/getting-started.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

development/site-documentation.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ FEAST provides a comprehensive ecosystem for industrial automation that bridges
4141

4242
## Get Involved
4343

44-
Ready to join the FEAST community? Check out the [Development](/development/) and [Contributing](/contributing/) pages to learn how you can participate in shaping the future of scientific and industrial automation. This is an active research and development project, and contribution may take many forms so please reach out if you are interested in helping!
44+
Ready to join the FEAST community? Check out the [Contributing](/contributing/) page to learn how you can participate in shaping the future of scientific and industrial automation. This is an active research and development project, and contribution may take many forms so please reach out if you are interested in helping!
4545

4646
[FEASTorg Github]: https://github.com/FEASTorg

0 commit comments

Comments
 (0)