Skip to content

Commit e889c48

Browse files
authored
Merge pull request #2752 from cybette/fix-links
fix: update Community channels for RamaLama project
2 parents 9d2f4fc + 985ba76 commit e889c48

2 files changed

Lines changed: 6 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
</a>
2626
</p>
2727

28-
29-
<!-- <h3 align="center">
30-
<a href="https://docs.ramalama.com/">Docs</a> &bull;
31-
<a href="https://github.com/containers/ramalama/discussions" title="Community Page">Discussion</a> &bull;
32-
<a href="https://blog.ramalama.com" title="RamaLama Blog">Blog</a>
33-
</h3> -->
34-
35-
36-
3728
[RamaLama](https://ramalama.ai) strives to make working with AI simple, straightforward, and familiar by using OCI containers.
3829
<br>
3930
<br>
@@ -1284,15 +1275,9 @@ so if you like this tool, give some of these repos a :star:, and hey, give us a
12841275
12851276
## Community
12861277
1287-
For general questions and discussion, please use RamaLama's
1288-
1289-
[`Matrix`](https://matrix.to/#/#ramalama:fedoraproject.org)
1278+
For general questions, ideas, and discussions, please use RamaLama's [Matrix room](https://matrix.to/#/#ramalama:fedoraproject.org) or [Discussions forum](https://github.com/containers/ramalama/discussions).
12901279
1291-
For discussions around issues/bugs and features, you can use the GitHub
1292-
[Issues](https://github.com/containers/ramalama/issues)
1293-
and
1294-
[PRs](https://github.com/containers/ramalama/pulls)
1295-
tracking system.
1280+
For discussions around issues/bugs and features, you can use the GitHub [Issues](https://github.com/containers/ramalama/issues) and [PRs](https://github.com/containers/ramalama/pulls) tracking system.
12961281
12971282
### Community / Developer Meetups
12981283

docsite/docusaurus.config.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ const config: Config = {
9494
position: 'left',
9595
label: 'Docs',
9696
},
97-
{
98-
href: 'https://blog.ramalama.com',
99-
label: 'Blog',
100-
position: 'left',
101-
},
10297
{
10398
href: 'https://github.com/containers/ramalama',
10499
label: 'GitHub',
@@ -137,23 +132,19 @@ const config: Config = {
137132
label: 'Discord',
138133
href: 'https://discord.gg/MkCXuTRBUn',
139134
},
140-
{
141-
label: 'X',
142-
href: 'https://x.com/RamaLamaLabs',
143-
},
144135
],
145136
},
146137
{
147138
title: 'More',
148139
items: [
149-
{
150-
label: 'Blog',
151-
href: 'https://blog.ramalama.com',
152-
},
153140
{
154141
label: 'GitHub',
155142
href: 'https://github.com/containers/ramalama',
156143
},
144+
{
145+
label: 'PyPI',
146+
href: 'https://pypi.org/project/ramalama/',
147+
},
157148
],
158149
},
159150
],

0 commit comments

Comments
 (0)