Skip to content

chore(website): reorganized sidebar and header nav a bit #6311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/maintenance/ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ We avoid features that:
- Are only relevant for a minority of users, as they aren't likely worth the maintenance burden
- Aren't TypeScript-specific (e.g. should be in ESLint core instead)
- Are only relevant with specific userland frameworks or libraries, such as Jest or React
- Are for "formatting" functionality (we [strongly recommend users use a separate dedicated formatter](../linting/troubleshooting/FORMATTING.md))
- Are for "formatting" functionality (we [strongly recommend users use a separate dedicated formatter](../linting/troubleshooting/Formatting.md))

#### ✨ Rule Enhancements

Expand Down
2 changes: 1 addition & 1 deletion packages/website/docusaurusConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const themeConfig: ThemeCommonConfig & AlgoliaThemeConfig = {
items: [
{
to: 'getting-started/',
label: 'Getting started',
label: 'Docs',
position: 'left',
},
{
Expand Down
28 changes: 14 additions & 14 deletions packages/website/sidebars/sidebar.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ module.exports = {
type: 'category',
},
'custom-rules',
{
items: [
'contributing/discussions',
'contributing/issues',
'contributing/local-development',
'contributing/pull-requests',
],
label: 'Contributing',
link: {
id: 'contributing',
type: 'doc',
},
type: 'category',
},
{
items: [
'architecture/eslint-plugin',
Expand All @@ -67,6 +53,20 @@ module.exports = {
},
type: 'category',
},
{
items: [
'contributing/discussions',
'contributing/issues',
'contributing/local-development',
'contributing/pull-requests',
],
label: 'Contributing',
link: {
id: 'contributing',
type: 'doc',
},
type: 'category',
},
{
items: [
'maintenance/branding',
Expand Down