Skip to content

Commit

Permalink
reorder and fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Feb 23, 2024
1 parent 09aa286 commit 2e8304c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/use-cases/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Use Cases",
"position": 450,
"position": 275,
"link": {
"type": "doc",
"id": "use-cases"
Expand Down
2 changes: 1 addition & 1 deletion docs/use-cases/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Defang can be used for a wide variety of use cases, generally in line with the [

Defang can be used to deploy web services and APIs. You can use any programming language you like, and you can use the built-in AI assistant to help you get started.

Defang is a great choice for stateless web services and APIs because it takes care of all the heavy lifting such as configuring [networking](../concepts/networking.md), [security](../concepts/security.md), and [observability](../concepts/observability.md), and will give you a nice, [horizontally scalable](https://12factor.net/concurrency) deployment.
Defang is a great choice for stateless web services and APIs because it takes care of all the heavy lifting such as configuring [networking](../concepts/networking.mdx), [security](../concepts/security.md), and [observability](../concepts/observability.md), and will give you a nice, [horizontally scalable](https://12factor.net/concurrency) deployment.

If you are using [Defang BYOC](../concepts/defang-byoc.md), you can easily connect to databases, storage, and other services that you have running in your cloud account.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const config = {
title: 'Defang Home',
logo: {
alt: 'Defang Logo',
src: 'https://defang.io/images/DEFANG-1_4x-no-text-256.svg',
src: '/img/defang-logo.svg',
},
items: [
{
Expand Down
18 changes: 18 additions & 0 deletions static/img/defang-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e8304c

Please sign in to comment.