Skip to content

Commit

Permalink
URGHHHHHHHHHHHHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 28, 2021
1 parent 794909e commit 092d53b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
10 changes: 4 additions & 6 deletions docs/howto/twitchchannelpointreward.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
How To's, a How To
==================
How-to: Capturing Twitch's Channel Point Rewards
================================================

These How To's guides here in hopes that people write guides on how to do a specific something in CCI, to help guide other people on how different things are done.
Look at you, going at 200 miles per hour.

Feel free to leave credit (to your stream, website, etc) in guides you write. Please be clear and concise on how to set things up, pictures would be helpful. For guides without credit, it's likely I (the mod dev), wrote them.

For others who just want to know how to do things, good luck, and enjoy.
Capturing Twitch's Channel Point Rewards was explained in our [Getting Started guide](../gettingstarted/processingevent/).
10 changes: 5 additions & 5 deletions docs/libraries/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
How To's, a How To
==================
Libraries: Not The Book Kind
============================

These How To's guides here in hopes that people write guides on how to do a specific something in CCI, to help guide other people on how different things are done.
CCI has a "libraries" feature. These are explained in more detail [here](url.tbd).

Feel free to leave credit (to your stream, website, etc) in guides you write. Please be clear and concise on how to set things up, pictures would be helpful. For guides without credit, it's likely I (the mod dev), wrote them.
This section serves for people to share libraries they have created, as well as write a guide on how to use them. Indirectly, this section is an extension of the "How To's" section.

For others who just want to know how to do things, good luck, and enjoy.
No point in reinventing the wheel, share your creation with the world.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ nav:
- Getting the Most Out of Your Event Configuration: 'intermediate/configspecifics.md'
- How To's:
- How To's, a How To: 'howto/index.md'
- Capturing Twitch's Channel Point Rewards: 'howto/twitchchannelpointreward.md'
- Capturing Twitch's Channel Point Rewards: 'howto/twitchchannelpointreward.md' #No colons in the Title!
- Libraries:
- Not The Book Kind: 'libraries/index.md'
- Not The Book Kind: 'libraries/index.md' #No colons in the Title!
- Components:
- Event Configuration & Configuration: 'components/eventconfig.md'
- Event: 'components/event.md'
Expand Down
3 changes: 3 additions & 0 deletions theme/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title_prefix %}{% endblock %}{% if not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>

<link rel="icon" type="image/png" href="{{ base_url }}/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ base_url }}/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="{{ base_url }}/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Content Creator Integration Docs">
<meta name="application-name" content="Content Creator Integration Docs">
<meta name="theme-color" content="#ffffff">
Expand Down

0 comments on commit 092d53b

Please sign in to comment.