Skip to content

Overview#

Welcome to some little set of pages by me (fumbles)


This web site contains documentation for me or others to use as a reference.

Mkdocs resources
Steps
  1. Edit docs locally
  2. Serve to verify Changes
    • mkdocs serve
  3. git add, commit, push to save
  4. mkdocs gh-deploy to Push to GitHub Pages

Embedded PDF Example#

Source: IBM_TS7700_Release_5.4_Guide.pdf



1
2
3
    <div>
    <iframe src="https://rattabootie.com/assets/IBM_TS7700_Release_5.4_Guide.pdf" width=100% height="800"></iframe>
    </div>

Playground#

Keyboard markdown Also keyboard markdown

    <kbd>Keyboard markdown</kbd> <kbd>Also keyboard markdown</kbd>

Hi