Skip to content

Drop new users in the #introductions channel in Discord #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const themeConfig = require('squarecrypto-vuepress-devkit-theme/config')
const title = 'Lightning Dev Kit Documentation'
const baseUrl = 'https://lightningdevkit.org'
const githubUrl = 'https://github.com/lightningdevkit'
const discordUrl = 'https://discord.gg/5AcknnMfBw'
const discordUrl = 'https://discord.gg/xaYE3pDQpm'
const themeColor = '#ffffff'

const docsSidebar = [
Expand Down
2 changes: 1 addition & 1 deletion docs/_blog/ldk-an-sdk-for-the-lightning-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LDK supports applications that require running many nodes (such as server/custod

We’re also talking to dozens of developers, some of whom we expect to adopt LDK soon.

[Know someone building a Lightning wallet or related application?](https://github.com/orgs/lightningdevkit/discussions/1554) Point them in [@moneyball’s](https://twitter.com/moneyball) direction. If you’re already using LDK and have questions, hop into our [Discord](https://discord.gg/5AcknnMfBw) or checkout GitHub [Discussions](https://github.com/orgs/lightningdevkit/discussions)
[Know someone building a Lightning wallet or related application?](https://github.com/orgs/lightningdevkit/discussions/1554) Point them in [@moneyball’s](https://twitter.com/moneyball) direction. If you’re already using LDK and have questions, hop into our [Discord](https://discord.gg/xaYE3pDQpm) or checkout GitHub [Discussions](https://github.com/orgs/lightningdevkit/discussions)

## What are LDK’s engineering priorities?

Expand Down
2 changes: 1 addition & 1 deletion docs/_blog/ldk-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Roadmap
---

LDK is going to have a big year. Several key features are actively being developed or expected to be developed in the next few quarters. There are also a few projects of interest that don’t yet have any committed developers. If you want to get involved, hop into the [Discord Server](https://discord.gg/5AcknnMfBw) or [GitHub repo](https://github.com/lightningdevkit).
LDK is going to have a big year. Several key features are actively being developed or expected to be developed in the next few quarters. There are also a few projects of interest that don’t yet have any committed developers. If you want to get involved, hop into the [Discord Server](https://discord.gg/xaYE3pDQpm) or [GitHub repo](https://github.com/lightningdevkit).

As a reminder, the LDK project is community-driven with no centralized authority. Anyone is welcome to contribute and propose ideas at any point. Additionally, it’s extremely important to listen to LDK users. The timeline listed below is just an estimate that may shift if a user request needs to be prioritized over another project.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to the Lightning Development Kit documentation!

If you have any questions about anything related to LDK, feel free to ask our community on [GitHub Discussions](https://github.com/orgs/lightningdevkit/discussions) or join us on [Discord](https://discord.gg/5AcknnMfBw).
If you have any questions about anything related to LDK, feel free to ask our community on [GitHub Discussions](https://github.com/orgs/lightningdevkit/discussions) or join us on [Discord](https://discord.gg/xaYE3pDQpm).

## System Requirements
MacOS, Windows and Linux are supported.
Expand Down