Skip to content

Commit

Permalink
Move author section to the end but also add link in index
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-plavsic committed Jan 28, 2025
1 parent 1fe11be commit 80492d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ export default defineConfig({
label: 'Overview',
link: '',
},
{
label: 'Authors',
link: 'authors',
},
{
label: 'Installing',
link: 'installing',
Expand Down Expand Up @@ -53,7 +49,10 @@ export default defineConfig({
'examples/auto-route',
],
},

{
label: 'Authors',
link: 'authors',
},
],
}),
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ In Disco's defense regarding the last point:

## General takeaway

As the authors of Disco, we believe this to be the most effective strategy for DI in Flutter. However, every solution has trade-offs. You can limit the impact of these trade-offs by running unit, widget and end-to-end tests, and by doing code reviews, which are all crucial practices.
As the <a href="/authors">authors of Disco</a>, we believe this to be the most effective strategy for DI in Flutter. However, every solution has trade-offs. You can limit the impact of these trade-offs by running unit, widget and end-to-end tests, and by doing code reviews, which are all crucial practices.

0 comments on commit 80492d8

Please sign in to comment.