-
Notifications
You must be signed in to change notification settings - Fork 8
Product page template #28
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
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
eca1e3d
Add homepage template contents
nienn 1396147
Update images
nienn 2e695b5
Remove inkscape stuff from logo-wordmark-dark.svg
nienn 0c4c952
Move announcements to a separate file
nienn 69735f1
Add product page template
nienn 518fe85
Commit copy suggestion
nienn c9d6f8f
Commit copy suggestion
nienn fa2e5da
Commit copy suggestion
nienn b7ac83a
Commit copy suggestion
nienn b45d2b8
Commit copy suggestion
nienn 3f2eace
Commit copy suggestion
nienn fa28eeb
Revision update
nienn 1ba416e
Merge branch 'nienn/product-page-template' of github.com:readthedocs/…
nienn cf1bfce
Update product.md contents
nienn 092f640
Port copy changes from #23 mockup review
nienn f9f681a
Use Wikipedia style guide on bullet lists
nienn 5203a0b
Revise "Docs as code" copy
nienn f072830
Add blog links and update buttons copy
nienn 7532435
Update buttons copy
nienn 06ad908
Merge branch 'main' into nienn/product-page-template
agjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
| title: Read the Docs - Product | ||
| template: readthedocs/product | ||
| save_as: product.html | ||
| status: hidden | ||
| description: Read the Docs - Product | ||
|
|
||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+540 KB
readthedocs-theme/static/img/shutterstock-concept-of-user-manual-1315141181-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
51 changes: 51 additions & 0 deletions
51
readthedocs-theme/templates/readthedocs/includes/announcements.html
This file contains hidden or 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,51 @@ | ||
|
|
||
| <section class="ui vertical segment" id="announcements"> | ||
|
|
||
| <div class="ui container"> | ||
|
|
||
| <div class="ui raised segment"> | ||
| <div class="ui grid stackable three column"> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui basic segment"> | ||
| <div><span class="ui label red">Announcement</span></div> | ||
| <h4>Build errors with docutils 0.18</h4> | ||
| <p> | ||
| The latest Docutils and Sphinx updates have been the source of several problems on our builds. If you are experiencing problems related with this read the blog post. Well point you to several solutions. | ||
| </p> | ||
| <p> | ||
| <a href="https://blog.readthedocs.com/build-errors-docutils-0-18/">Learn how to solve it</a> | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <div class="column"> | ||
| <div class="ui basic segment"> | ||
| <div><span class="ui label primary">News</span></div> | ||
| <h4>Our Sphinx theme version 1.0.0 is out</h4> | ||
| <p> | ||
| We have released a major version 1.0.0 of our Sphinx theme. This adds support for recent versions of Sphinx and docutils among other very cool things. Check out the blog post. | ||
| </p> | ||
| <p> | ||
| <a href="https://blog.readthedocs.com/newsletter-september-2021/">Read more</a> | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <div class="column"> | ||
| <div class="ui basic segment"> | ||
| <div><span class="ui label">Update</span></div> | ||
| <h4>You are all up to date</h4> | ||
| <p> | ||
| We post important announcements, news and updates in this area. You can also check out our <a href="https://blog.readthedocs.com/">blog</a> or subscribe the newsletter to receive future updates first hand, plus receive our monthly report. | ||
| </p> | ||
| <p> | ||
| <a href="#">Subscribe our newsletter</a> | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
|
|
||
| </section> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.