Skip to content

Commit

Permalink
Updated docs website roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 19, 2024
1 parent dc4c212 commit dec6dc8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions docs/src/pages/(sections)/roadmap/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,17 @@ export const Roadmap = ({className}: { className?: string }) => {
</FeatureToImplement>
</div>
<p style={{textAlign: 'center'}}>
Community members can also contribute to the roadmap<br/>
by submitting feature requests on our&nbsp;
<Link href="https://discord.com/invite/SRwDmZghNB">Discord</Link> server via <Link
href="https://github.com/nlkitai/nlux/issues">GitHub issues</Link>.<br/>
Companies looking for <Link href="https://www.nlkit.com/enterprise">prioritized feature
requests</Link>&nbsp;
are also welcome to reach out.
<div>
Community members are welcome to contribute to the roadmap<br/>
by submitting feature requests on our&nbsp;
<Link href="https://discord.com/invite/SRwDmZghNB">Discord</Link> server or via <Link
href="https://github.com/nlkitai/nlux/issues">GitHub issues</Link>.<br/>
</div>
<div style={{marginTop: '8px'}}>
For companies seeking prioritized feature requests and support,<br/>
please consider our&nbsp;
<Link href="https://nlkit.com/enterprise">Enterprise package</Link>.
</div>
</p>
</div>
);
Expand Down

0 comments on commit dec6dc8

Please sign in to comment.