-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
83 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ Dripflow | |
Dynamic Web Content | ||
Etherpad | ||
FALSE | ||
Figma | ||
Focus Item | ||
Focus Items | ||
Froala | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "mautic community portal roadmap process" | ||
link_text = "Community Portal roadmap process" | ||
link_url = "https://community.mautic.org/processes/roadmap/f/4/" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "OBS open-source project’s model" | ||
link_text = "OBS open-source project’s model" | ||
link_name = "OBS open-source project's model" | ||
link_text = "OBS open-source project's model" | ||
link_url = "https://github.com/obsproject/obs-studio/wiki/OBS-Project-Bounty-Program" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
Oops, something went wrong.