Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 1ae1291

Browse files
darthezMaciej Rys
andauthored
fishjam becomes fishjam cloud (#122)
* fishjam becomes fishjam cloud * build fix --------- Co-authored-by: Maciej Rys <maciej.rys@swmansioncom>
1 parent 530ec7e commit 1ae1291

File tree

8 files changed

+37
-14
lines changed

8 files changed

+37
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create a new docs version:
3737

3838
## Copyright and License
3939

40-
Copyright 2023, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=fishjam)
40+
Copyright 2024, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=fishjam)
4141

4242
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=fishjam)
4343

docs/fishjam_cloud.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: fishjam_cloud
3+
slug: /
4+
---
5+
6+
# Fishjam goes to the Cloud!
7+
8+
9+
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam Cloud**](https://cloud.fishjam.stream/) making it also closed source.
10+
11+
Fishjam Cloud is a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
12+
13+
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [email protected].

docs/introduction/what_is_fishjam.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
id: what_is_fishjam
3-
slug: /
4-
---
5-
61
# What is Fishjam?
72

83
Fishjam is an open-source, general-purpose media server that ships with support for multiple media protocols.

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,14 @@ const config = {
126126
position: 'left',
127127
},
128128
{
129-
href: 'https://jellyroom.membrane.stream/',
129+
href: 'https://room.fishjam.stream/',
130130
label: 'Fishjam Room',
131131
position: 'left',
132+
},
133+
{
134+
href: 'https://cloud.fishjam.stream/',
135+
label: 'Fishjam Cloud',
136+
position: 'left',
132137
}
133138
],
134139
},

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
const sidebars = {
1616
mainSidebar: [
17+
"fishjam_cloud",
1718
{
1819
type: "category",
1920
label: "Introduction",
20-
collapsed: false,
21+
collapsed: true,
2122
items: [
2223
"introduction/what_is_fishjam",
2324
"introduction/basic_concepts",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: fishjam_cloud
3+
slug: /
4+
---
5+
6+
# Fishjam goes to the Cloud!
7+
8+
9+
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam Cloud**](https://cloud.fishjam.stream/) making it also closed source.
10+
11+
Fishjam Cloud is a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
12+
13+
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [email protected].

versioned_docs/version-0.6.3/introduction/what_is_fishjam.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
id: what_is_fishjam
3-
slug: /
4-
---
5-
61
# What is Fishjam?
72

83
Fishjam is an open-source, general-purpose media server that ships with support for multiple media protocols.

versioned_sidebars/version-0.6.3-sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"mainSidebar": [
3+
"fishjam_cloud",
34
{
45
"type": "category",
56
"label": "Introduction",
6-
"collapsed": false,
7+
"collapsed": true,
78
"items": [
89
"introduction/what_is_fishjam",
910
"introduction/basic_concepts",

0 commit comments

Comments
 (0)