Browse Source

[Docs] redirect from /tutorial to /newbs (#10718)

* Added redirect from /tutorial to /newbs

* Fixed indentation

* Changed title of tutorial page
pull/10909/head
Mikkel Jeppesen 3 years ago
committed by GitHub
parent
commit
489bee0ee4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      docs/index.html
  2. +1
    -1
      docs/newbs.md

+ 1
- 0
docs/index.html View File

@ -46,6 +46,7 @@
'/unicode': '/feature_unicode',
'/python_development': '/cli_development',
'/getting_started_build_tools':'/newbs_getting_started',
'/tutorial':'/newbs',
},
basePath: '/',
name: 'QMK Firmware',


+ 1
- 1
docs/newbs.md View File

@ -1,4 +1,4 @@
# The Complete Newbs Guide To QMK
# The QMK Tutorial
Your computer keyboard has a processor inside of it, similar to the one inside your computer. This processor runs software that is responsible for detecting button presses and informing the computer when keys are pressed. QMK Firmware fills the role of that software, detecting button presses and passing that information on to the host computer. When you build your custom keymap, you are creating an executable program for your keyboard.


Loading…
Cancel
Save