File tree 3 files changed +26
-10
lines changed
3 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default: all
7
7
8
8
9
9
HTML = index.html download.html news.html learn.html community.html \
10
- governance.html donate.html \
10
+ governance.html donate.html commercial-support.html \
11
11
teams/rfc-steering-committee.html teams/security.html teams/marketing.html \
12
12
teams/nixos_release.html teams/infrastructure.html teams/nixcon.html \
13
13
teams/discourse.html \
Original file line number Diff line number Diff line change
1
+ [% WRAPPER layout.tt hideTitle=1 title="Commercial support" menu='nixos' %]
2
+
3
+ <h1>Commercial support</h1>
4
+
5
+ <div class="lead">
6
+ A number of consulting companies are available for professional support.
7
+ </div>
8
+
9
+ <p>The list is sorted in alphabetical order.</p>
10
+
11
+ <!-- Please submit a pull request to add your company -->
12
+ <ul>
13
+ <li><a href="https://www.enlambda.com/">Enlambda</a></li>
14
+ <li><a href="https://nixos.mayflower.consulting">Mayflower</a></li>
15
+ <li><a href="https://nixcloud.io/">nixcloud</a></li>
16
+ <li><a href="https://www.numtide.com/">NumTide Ltd</a></li>
17
+ <li><a href="https://obsidian.systems">Obsidian Systems</a></li>
18
+ <li><a href="https://serokell.io/">Serokell</a></li>
19
+ </ul>
20
+
21
+ [% END %]
Original file line number Diff line number Diff line change 145
145
146
146
<div class="span6">
147
147
<h2>Get help from the community</h2>
148
- <ul>
149
- <li><a href="https://discourse.nixos.org/">Discourse</a> — Discourse is a forum where we have discussions and help
150
- users out with their questions.</li>
151
- <li><a href="irc://irc.freenode.net/#nixos">IRC</a> — You can drop by on the IRC channel <a
152
- href="irc://irc.freenode.net/#nixos"><strong><tt>#nixos</tt></strong></a> on <a
153
- href="https://freenode.net/"><tt>irc.freenode.net</tt></a> to chat with the developers or other users.</li>
154
- <li><a href="https://stackoverflow.com/questions/tagged/nixos">Stackoverflow</a> — a place to ask questions.</li>
155
- <li><a href="https://www.reddit.com/r/NixOS">Reddit</a> — a place to discuss Nix / NixOS.</li>
156
- </ul>
148
+ <p>The <a href="[%root%]community.html">Community page</a> shows where the community meets.</p>
149
+
150
+ <h2>Get commercial support</h2>
151
+ <p>The <a href="[%root%]commercial-support.html">Commercial support page</a> provides a list of consulting companies.</p>
157
152
</div>
158
153
159
154
</div>
You can’t perform that action at this time.
0 commit comments