Skip to content

Commit

Permalink
new discord invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Jul 28, 2024
1 parent 3570c4b commit 38b7fb2
Show file tree
Hide file tree
Showing 25 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img width="500" height="121" align="top" src="./docs/images/manifold_green.png">

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

---
Expand Down Expand Up @@ -352,8 +352,8 @@ Manifold supports:
Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio.
## [Chat](https://discord.gg/VYUpzA64)
Join our [Discord server](https://discord.gg/VYUpzA64) to start
## [Chat](https://discord.gg/9x2pCPAASn)
Join our [Discord server](https://discord.gg/9x2pCPAASn) to start
a discussion, ask questions, provide feedback, etc. Someone is usually there to help.
<br>
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<ul class="nav navbar-nav navbar-right">
<!--<li><a href="https://twitter.com/manifoldsystems"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>-->
<li><a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
<li><a href="https://discord.gg/VYUpzA64"><i class="fa fa-comments" aria-hidden="true"></i></a></li>
<li><a href="https://discord.gg/9x2pCPAASn"><i class="fa fa-comments" aria-hidden="true"></i></a></li>
<!-- <li><a href="https://github.com/manifold-systems/manifold/issues"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></a></li>-->
<li><a href="https://github.com/manifold-systems/manifold"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<!--<li><iframe src="https://ghbtns.com/github-btn.html?user=manifold-systems&repo=manifold&type=star&count=false&size=large" style="margin-top: 10px;" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></li>-->
Expand Down
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ setup is sensitive to the version of Java you are using, generally whether you a
#### Q: Where can I find help?

**Discussions**
Join our [Discord server](https://discord.gg/VYUpzA64) to start
Join our [Discord server](https://discord.gg/9x2pCPAASn) to start
a discussion, ask questions, provide feedback, etc.

**Report A Bug**
Expand All @@ -82,7 +82,7 @@ when you load your project. You can find the latest releases [here](https://git
IntelliJ's UI. Please refer to the [Maven](http://manifold.systems/docs.html#maven) and [Gradle](http://manifold.systems/docs.html#gradle)
sections of the [Manifold Setup](http://manifold.systems/docs.html#setup) instructions.

Please [make some noise](https://discord.gg/VYUpzA64) if you can't get it
Please [make some noise](https://discord.gg/9x2pCPAASn) if you can't get it
working, chances are you're not alone and help will arrive soon.

#### Q: I defined some useful *extension methods*, but they aren't showing up in my other project. How can I share them as a dependency?
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ Manifold supports:
Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio.
## [Chat](https://discord.gg/VYUpzA64)
Join our [Discord server](https://discord.gg/VYUpzA64) to start
## [Chat](https://discord.gg/9x2pCPAASn)
Join our [Discord server](https://discord.gg/9x2pCPAASn) to start
a discussion, ask questions, provide feedback, etc. Someone is usually there to help.
<br>
2 changes: 1 addition & 1 deletion manifold-core-parent/manifold/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Core

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

The core framework plugs directly into the Java compiler via the [Javac plugin API](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.compiler/com/sun/source/util/Plugin.html)
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : CSV (comma-separated values)

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

>Warning: **Experimental Feature**
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-darkj/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Dark Java

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-delegation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Delegation with links & parts

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-exceptions/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Exceptions

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

Simply add the `manifold-exceptions` dependency to your project. Now checked exceptions behave like unchecked
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-ext/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Java Extensions

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-graphql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The GraphQL Manifold

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

[![graphql](http://manifold.systems/images/graphql_slide_1.png)](http://manifold.systems/images/graphql.mp4)
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-image/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Image

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

User interfaces frequently use image resource files for one purpose or another. Java supports most of the popular
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-js/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Javascript

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

The JavaScript type manifold provides direct, type-safe access to JavaScript files
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-json/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : JSON and JSON Schema

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

[![json](http://manifold.systems/images/json_slide_1.png)](http://manifold.systems/images/json.mp4)
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-preprocessor/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Java Preprocessor

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-properties/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : Properties

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

Many Java applications incorporate [properties resource files](https://docs.oracle.com/javase/7/docs/api/java/util/Properties.html)
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-props/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Properties for Java

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-science/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Manifold : Science

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down
4 changes: 2 additions & 2 deletions manifold-deps-parent/manifold-sql/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Manifold SQL

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down Expand Up @@ -1418,7 +1418,7 @@ For the versions available, see the [tags on this repository](https://github.com
# Comms
Start a discussion on our [Discord](https://discord.gg/VYUpzA64) server.
Start a discussion on our [Discord](https://discord.gg/9x2pCPAASn) server.
Report an [issue](https://github.com/manifold-systems/manifold/issues/new/choose).
Expand Down
4 changes: 2 additions & 2 deletions manifold-deps-parent/manifold-sql/readme.md.comingsoon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Manifold : SQL

![latest](https://img.shields.io/badge/latest-v2024.1.1-darkgreen.svg)
[![chat](https://img.shields.io/badge/discord-manifold-blue.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-blue.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&color=red)](https://github.com/manifold-systems/manifold)


Expand Down Expand Up @@ -89,6 +89,6 @@ you use are _always_ 100% type-safe and compatible with your database.

> This project is nearing a preview release. A healthy round of tire kicking and general feedback is needed. If you
> would like to participate, please shoot an email to [[email protected]](mailto:[email protected]) or send a
> direct message to Scott McKinney on our [Discord](https://discord.gg/VYUpzA64) server.
> direct message to Scott McKinney on our [Discord](https://discord.gg/9x2pCPAASn) server.


2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-strings/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : String Templates (aka String Interpolation)

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

# Basics
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ManTL (Manifold Template Language)

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

ManTL is a lightweight & *type-safe* template engine directly integrated with the Java compiler using [Manifold](http://manifold.systems/).
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-tuple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Manifold : Tuples

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Manifold : XML

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)


Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-yaml/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manifold : YAML

![latest](https://img.shields.io/badge/latest-v2024.1.29-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/VYUpzA64)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

The YAML type manifold provides comprehensive support for YAML (1.2+). You can define a YAML or JSON API with YAML resource
Expand Down

0 comments on commit 38b7fb2

Please sign in to comment.