Skip to content

Commit 8cfced2

Browse files
committed
chore(themes): change themes/drycc/topbar.html
1 parent e86df8f commit 8cfced2

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

src/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# Welcome to Drycc Workflow
1+
# Welcome to Drycc
22

3-
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a
4-
developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage
5-
applications.
3+
Drycc is a community branch of the popular PaaS service deis. But since Microsoft acquired the Deis
4+
team, it has stopped updating, so it decided to work hard to build a completely new and open developer
5+
community.
6+
7+
We invite everyone to join us and help build the next generation of PaaS cloud services
8+
9+
Drycc Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer
10+
to any Kubernetes cluster, making it easy to deploy and manage applications.
611

712
Drycc Workflow includes capabilities for building and deploying from source via `git push`, simple
813
application configuration, creating and rolling back releases, managing domain names and SSL
914
certificates, providing seamless edge routing, aggregating logs, and sharing applications with
1015
teams. All of this is exposed through a simple REST API and command line interface.
1116

12-
Please note that this documentation is for Drycc Workflow (v2.20.0). Older versions of Drycc and
13-
Drycc Workflow are not supported.
14-
1517
## Getting Started
1618

1719
To get started with Workflow, follow our [Quick Start][quickstart] guide.

themes/drycc/topbar.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ <h1><a href="/" class="logo"><img src="{{ base_url }}/static/img/svg/logo.svg" w
1212
<a class="dropdown" data-dropdown="drop2" aria-controls="drop1" aria-expanded="false">Projects <em><i class="fa fa-caret-down"></i></em></a>
1313
</li>
1414
<li>
15-
<a href="/community" id="header-community" class="item" title="Community">Community</a>
15+
<a href="https://join.slack.com/t/drycc/shared_invite/enQtNTUwNjc3MjE0OTMwLTdhODdlMTk0YWQ1ZjdiYmZlZjZjNDU2ZWE0OTBlZTA5NjMxNjFkNjQyNDMzYzVkNjJjYTU4ZjZkZWQ0MzYxNzE" id="header-slack" class="item" title="Slack">Slack</a>
1616
</li>
1717
<li>
18-
<a href="/about" id="header-about" class="item" title="About">About</a>
19-
</li>
20-
<li>
21-
<a href="/blog" id="header-blog" class="item" title="Blog">Blog</a>
18+
<a href="https://drycc.github.io/blog/" id="header-blog" class="item" title="Blog">Blog</a>
2219
</li>
2320
</ul>
2421
</div>

0 commit comments

Comments
 (0)