Start Here

This book contains some info about what this site is, how to use it, and ideas for the future

Welcome - What is this place?

Yeti Wiki - FRC Team 3506's Resource Hub!

Yeti Wiki is our one-stop solution for all things related to FRC Team 3506. This dynamic and free open-source documentation platform allows us to organize and store everything from marketing materials and build guides to team history and troubleshooting walkthroughs.

What Can We Store Here?

So Much More:

Yeti Wiki is designed to be accessible and collaborative, enabling multiple team members to view and contribute. Let's get our ideas down and make this an incredible resource for everyone!

Tips for making wiki pages

Tips for making wiki pages

Embedding a Google Slide into a Page

This guide will show you how to embed a google slide into a wiki page rather than simply linking to it. The end result will look like this page with our git slideshow.

Creating the embed

  1. Go to a google slide doc
  2. In the File menu in the top left, go to File>Share>Publish to Web
  3. Select the Embed tab
  4. Configure any preferences for the slideshow as you see fit
      1. Note: For whatever reason, you can't make the slideshow auto-advance to the next slide slower than every minute. If you want the slideshow embed to just be static and let people flip through it as they please, you can set the delayms value in the code snippet to a really big number. The value is in milliseconds.
  5. Click Publish

Screenshot 2025-07-22 at 10.30.34 AM.pngAdding the embed to a wiki page

  1. Copy the entire code snippet in from the embed window in the previous section
  2. On a wiki page, click the three dots next to the Insert Image button in the toolbar
  3. Click the second button from the right, Insert/Edit Media

Screenshot 2025-07-22 at 10.37.22 AM.png

  1. In the Embed tab, paste the code snippet you copied in step 1
  2. Click Save