Skip to content

Commit

Permalink
remove discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 13, 2024
1 parent 8266f69 commit 222eb8c
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 67 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-oranges-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

remove discord link
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ The Svelte components and helpers:
## Usage

> ⚠️ Expect a lot of breaking changes. If you want to help stabilize the API,
> please join [the Discord](https://discord.gg/YU5tyeK72X)
> and see [contributing.md](contributing.md), your input is appreciated.
> thank you see [contributing.md](contributing.md), your input is appreciated.
>
> If you feel comfortable looking at the source code,
> Fuz is ready to use in your own projects,
> with the major caveat that there will be a lot of breaking changes ahead.
> The code is significantly incomplete but I think it's stable enough to use
> if you're willing to keep up with the relatively fast-moving changelog.
> For more see the dev channels in [Discord](https://discord.gg/YU5tyeK72X).
```bash
npm i -D @ryanatkn/fuz
Expand Down
18 changes: 1 addition & 17 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,8 @@ and it has opinions and design choices that make it more specialized than most U

Fuz does want to be broadly useful, and I always appreciate help making it the best it can be.

## Community

I run community spaces for my projects, including Fuz,
on [Discord](https://discord.gg/YU5tyeK72X)
and [Spiderspace](https://www.spiderspace.org/).

Please [open issues](https://github.com/ryanatkn/fuz/issues) with any bugs, proposals,
or other things you would like to discuss.
Prefer the Discord for most questions and discussions.

You can also find me as @webdevladder on
[YouTube](https://www.youtube.com/@webdevladder),
[Mastodon](https://fosstodon.org/@webdevladder),
[Twitter](https://x.com/webdevladder),
and [Hacker News](https://news.ycombinator.com/user?id=webdevladder).
I don't run any other communities like Reddit or Fediverse things
but don't let that stop you from making your own.

## Developers

Expand All @@ -36,8 +21,7 @@ Fuz is ready to use in your own projects,
with the major caveat that there will be a lot of breaking changes.
The code is significantly incomplete but I think it's stable enough to use
if you're willing to keep up with the relatively fast-moving [changelog](CHANGELOG.md).
See the dev channels in [Discord](https://discord.gg/YU5tyeK72X)
and [GitHub issues](https://github.com/ryanatkn/fuz/issues).
See the [GitHub issues](https://github.com/ryanatkn/fuz/issues).

I'm open to PRs when they fit the project's design goals, which can be subtle and arbitrary.
Feel free to open PRs for straightforward changes,
Expand Down
69 changes: 30 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@types/node": "^22.7.5",
"@types/prismjs": "^1.26.4",
"eslint": "^9.12.0",
Expand Down
3 changes: 0 additions & 3 deletions src/lib/Community_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</script>

<ul>
<li>
join <a rel="me" href="https://discord.gg/YU5tyeK72X">the Discord</a> community
</li>
<li>
<a
rel="me"
Expand Down
3 changes: 1 addition & 2 deletions src/routes/library/introduction/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
project for learning and experimentation. If you're interested in using Fuz, helping out, or
just following along, see <a href="https://github.com/ryanatkn/fuz/blob/main/contributing.md"
>contributing.md</a
>
and visit <a href="https://discord.gg/YU5tyeK72X">the Discord</a>.
>.
</p>
<p>
These docs are a work in progress - for an overview see
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const package_json = {
'@sveltejs/adapter-static': '^3.0.5',
'@sveltejs/kit': '^2.7.0',
'@sveltejs/package': '^2.3.5',
'@sveltejs/vite-plugin-svelte': '^3.1.2',
'@sveltejs/vite-plugin-svelte': '^4.0.0-next.6',
'@types/node': '^22.7.5',
'@types/prismjs': '^1.26.4',
eslint: '^9.12.0',
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
compilerOptions: {runes: true},
// TODO ideally this would use the default but it conflicts with ctrl+shift+c in Chrome,
// but it's strange to me that I'm resetting it to what the Mac default is
vitePlugin: {inspector: {toggleKeyCombo: 'meta-shift'}}, // docs: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md
// vitePlugin: {inspector: {toggleKeyCombo: 'meta-shift'}}, // docs: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md
kit: {
adapter: adapter(),
paths: {relative: false}, // use root-absolute paths: https://kit.svelte.dev/docs/configuration#paths
Expand Down

0 comments on commit 222eb8c

Please sign in to comment.