Skip to content

Commit 16ac273

Browse files
committed
Add development status waring
1 parent 7eaa326 commit 16ac273

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/LandingPage/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ const Index = () => {
5151
Powered by the <Link href="https://revolt.run/">Revolt</Link> event loop and built on the <Link href="https://amphp.org/">AMPHP</Link> ecosystem, it brings true asynchronous capabilities to PHP applications.<br/>
5252
With its extensible plugin system, PHPStreamServer can replace traditional stacks such as Nginx, PHP-FPM, Cron, and Supervisor.
5353
</div>
54+
<div className="p-2 my-4 text-sm max-w-4xl border border-gray-200 dark:border-gray-700 text-gray-800 rounded-(--ifm-code-border-radius) bg-gray-50 dark:bg-gray-800 dark:text-gray-300">
55+
⚠️ PHPStreamServer is still under active development and not yet considered production-ready. While it already works, it should be treated as experimental when used in live environments.
56+
</div>
5457
<div className={styles.buttons}>
5558
<Link className={styles.button} to="/docs/general/">
5659
Get Started

src/components/LandingPage/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@custom-variant dark (&:where(html[data-theme="dark"] *));
33

44
.heroBanner {
5-
@apply px-3 py-[3em] lg:py-[6em];
5+
@apply px-3 py-[3em] lg:py-[5em];
66
text-align: left;
77
position: relative;
88
overflow: hidden;
@@ -66,7 +66,7 @@
6666
display: flex;
6767
gap: 1.5em;
6868
align-items: center;
69-
margin-top: 3rem;
69+
margin-top: 2rem;
7070
@apply justify-center sm:justify-start;
7171
}
7272

0 commit comments

Comments
 (0)