Skip to content

Commit 5bcb73c

Browse files
authored
docs: remove experimental warning (#282)
1 parent 66fa1f0 commit 5bcb73c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

β€ŽREADME.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ A fast, minimalistic backend framework for Dart 🎯
1111

1212
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1313

14-
## Experimental 🚧
15-
16-
Dart Frog is an experimental project under development and should not be used in production at this time.
17-
1814
## Documentation πŸ“
1915

2016
For official documentation, please visit https://dartfrog.vgv.dev.

β€Ždocs/docusaurus.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ const config = {
4444
themeConfig:
4545
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4646
({
47-
announcementBar: {
48-
id: 'experimental',
49-
content:
50-
'🚧 This is an experimental framework. Use at your own risk. 🚧 ',
51-
backgroundColor: '#f9f871',
52-
textColor: '#000000',
53-
isCloseable: false,
54-
},
5547
image: 'img/meta/open-graph.png',
5648
navbar: {
5749
title: 'Dart Frog',

0 commit comments

Comments
Β (0)