Closed mouxdesign closed 1 year ago
Name | Link |
---|---|
Latest commit | 255af124eaf07710449d26abf0945448d4742a15 |
Latest deploy log | https://app.netlify.com/sites/bitcoin-design-site/deploys/64d657c0b191e80008c2f861 |
Deploy Preview | https://deploy-preview-1022--bitcoin-design-site.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Thanks a lot for going through all the code Christoph. I continued to work on it and accepted the copy edits.
Also the copy/url ones that I marked as resolved I fixed those in the latest commit in a batch.
Still to work on Images.
Just went through the page. Looks good to me.
The only additional thought I had was that it might be nice to have a sample "table of contents" or "structure" in the initial section, which let's the reader quickly get an idea of what a case study should contain, before they dive into the details of the page. Something like:
Example structure
If you want to add a table of contents, you just need to add a bit of code, as follows:
{:.no_toc}
tells it to not include the page title in the table of contents.
And the following snippet automatically creates a table of contents from the headers used on the page.
<div class="glossary-toc" markdown="1">
* Table of contents
{:toc}
</div>
This initial commit is a draft version of the page guiding people on how to commit a case study to the guide.
👉 🎉 [Deploy preview]🎉 👈