Skip to content

tetratelabs/tsb-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSB cheatsheet

Building

To run it locally, run:

yarn install
yarn run dev

Adding cheatsheets

To add a new cheatsheet create a .md file in the root with the following header:

title: gateways  # Name of the cheatsheet displayed in the UI
layout: 2017/sheet
prism_languages: [bash,yaml] # Languages to highlight in the cheatsheet
weight: -3 
updated: 2022-12-07 # Last updated date - shows up in the UI under the Recently updated section
category: gateways # Category of the cheatsheet - if adding a new category, look at the _data/categories.yml file
intro:
  TSB Gateways. # Text that shows up when hovering over the cheatsheet name in the UI

Adding categories

To add a new category, add a new entry to the _data/categories.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published