Skip to content

Commit 17c5882

Browse files
committed
nav migration to astro starlight
1 parent 5ab70c4 commit 17c5882

56 files changed

Lines changed: 108 additions & 248 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

get-involved/contributing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
layout: default
3-
title: Contributing
4-
parent: Get Involved
5-
nav_order: 10
2+
title: 'Contributing'
63
---
74

85
# Contributing to html2rss

get-involved/discussions.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
layout: default
3-
title: Join Community Discussions
4-
nav_order: 2
5-
parent: Get Involved
2+
title: 'Join Community Discussions'
63
---
74

85
# Join Community Discussions

get-involved/index.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
layout: default
3-
title: Get Involved
4-
nav_order: 5
5-
has_children: true
6-
---
7-
8-
# Get Involved
2+
title: 'Get Involved'
3+
description: 'Engage with the html2rss project. Contribute and connect with the community.'
4+
sidebar:
5+
label: 'Overview'
96

10-
- [**Sponsoring**]({{ '/get-involved/sponsoring' | relative_url }})
7+
---
118

129
Engage with the `html2rss` project. Contribute and connect with the community.
1310

14-
- [**Project Roadmap**]({{ 'https://github.com/orgs/html2rss/projects/3/views/1' }}): View current work, plans, and priorities.
15-
- [**Report Bugs & Discuss Features**]({{ '/get-involved/issues-and-features' | relative_url }}): Report bugs or propose features.
16-
- [**Join Community Discussions**]({{ '/get-involved/discussions' | relative_url }}): Connect with users and contributors.
17-
- [**Contribute to html2rss**]({{ '/get-involved/contributing' | relative_url }}): Contribute code, documentation, or feed configurations.
11+
- [**Project Roadmap**](https://github.com/orgs/html2rss/projects/3/views/1): View current work, plans, and priorities.
12+
- [**Report Bugs & Discuss Features**](/get-involved/issues-and-features): Report bugs or propose features.
13+
- [**Join Community Discussions**](/get-involved/discussions): Connect with users and contributors.
14+
- [**Contribute to html2rss**](/get-involved/contributing): Contribute code, documentation, or feed configurations.
15+
16+
- [**Sponsoring**](/get-involved/sponsoring)

get-involved/issues-and-features.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
layout: default
3-
title: Report Bugs & Discuss Features
4-
nav_order: 1
5-
parent: Get Involved
2+
title: 'Report Bugs & Discuss Features'
63
---
74

85
# Report Bugs & Discuss Features

get-involved/sponsoring.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
layout: default
3-
title: Sponsoring
4-
parent: Get Involved
5-
nav_order: 4
2+
title: 'Sponsoring'
63
---
74

85
# Sponsoring html2rss

html2rss-configs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
layout: default
3-
title: html2rss-configs
4-
has_children: false
5-
nav_order: 5
2+
title: 'html2rss-configs'
3+
sidebar:
4+
label: 'Overview'
5+
66
---
77

88
# Creating Custom RSS Feeds

ruby-gem/how-to/advanced-content-extraction.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: default
3-
title: Advanced Content Extraction
4-
nav_order: 3
5-
parent: How-To Guides
6-
grand_parent: Ruby Gem
2+
title: 'Advanced Content Extraction'
73
---
84

95
# Advanced Content Extraction with Selectors

ruby-gem/how-to/advanced-features.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: default
3-
title: Advanced Features
4-
nav_order: 9
5-
parent: How-To Guides
6-
grand_parent: Ruby Gem
2+
title: 'Advanced Features'
73
---
84

95
# Advanced Features

ruby-gem/how-to/backward-compatibility.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: default
3-
title: Backward Compatibility
4-
nav_order: 11
5-
parent: How-To Guides
6-
grand_parent: Ruby Gem
2+
title: 'Backward Compatibility'
73
---
84

95
# Backward Compatibility

ruby-gem/how-to/custom-http-requests.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: default
3-
title: Custom HTTP Requests
4-
nav_order: 4
5-
parent: How-To Guides
6-
grand_parent: Ruby Gem
2+
title: 'Custom HTTP Requests'
73
---
84

95
# Customizing HTTP Requests

0 commit comments

Comments
 (0)