Fix image size

This commit is contained in:
Mykola Grymalyuk
2020-04-10 20:58:14 -06:00
parent 2e62439e8b
commit 87dd76db3c
4 changed files with 61 additions and 2 deletions

54
.gitignore vendored
View File

@@ -3,3 +3,57 @@
icons/.DS_Store icons/.DS_Store
icons/.DS_Store icons/.DS_Store
icons/.DS_Store icons/.DS_Store
_book/.gitattributes
_book/.travis.yml
_book/Universal/xosi.md
_book/Universal/vbios.md
_book/Universal/spoof.html
_book/Universal/smbus.html
_book/Universal/plug.html
_book/Universal/nvram.html
_book/Universal/irq.html
_book/Universal/awac.html
_book/styles/website.css
_book/ssdt-long.html
_book/ssdt-easy.html
_book/Manual/dump.html
_book/Manual/compile.html
_book/Laptops/trackpad.html
_book/Laptops/laptop-ec.html
_book/Laptops/laptop-disable.html
_book/Laptops/backlight.html
_book/index.html
_book/images/README-md/acpi-logo.png
_book/icons/favicon.ico
_book/icons/apple-touch-icon-precomposed-152.png
_book/gitbook/theme.js
_book/gitbook/style.css
_book/gitbook/images/favicon.ico
_book/gitbook/images/apple-touch-icon-precomposed-152.png
_book/gitbook/gitbook.js
_book/gitbook/gitbook-plugin-sharing/buttons.js
_book/gitbook/gitbook-plugin-livereload/plugin.js
_book/gitbook/gitbook-plugin-highlight/website.css
_book/gitbook/gitbook-plugin-highlight/ebook.css
_book/gitbook/gitbook-plugin-fontsettings/website.css
_book/gitbook/gitbook-plugin-fontsettings/fontsettings.js
_book/gitbook/fonts/fontawesome/FontAwesome.otf
_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff2
_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff
_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf
_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg
_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot
_book/extra-files/SSDT-PNLF.aml
_book/extra-files/SSDT-NoHybGfx.dsl.zip
_book/extra-files/SSDT-NoHybGfx.dsl
_book/extra-files/SSDT-GPU-SPOOF.dsl.zip
_book/extra-files/SSDT-GPU-SPOOF.dsl
_book/extra-files/SSDT-GPU-DISABLE.dsl.zip
_book/extra-files/SSDT-GPU-DISABLE.dsl
_book/extra-files/SSDT-GPI0.dsl.zip
_book/extra-files/SSDT-GPI0.dsl
_book/extra-files/SSDT-dGPU-Off.dsl.zip
_book/extra-files/SSDT-dGPU-Off.dsl
_book/Desktops/desktop-ec.html
_book/Desktops/desktop-disable.html
_book/cleanup.html

View File

@@ -1,6 +1,6 @@
# Getting started with ACPI # Getting started with ACPI
![](/images/README-md/acpi-logo.png) <img src="images/README-md/acpi-logo.png" width="512">
## A quick explainer on ACPI and how to make SSDTs ## A quick explainer on ACPI and how to make SSDTs

5
_book/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.DS_Store
icons/.DS_Store
icons/.DS_Store
icons/.DS_Store

View File

@@ -1,5 +1,5 @@
{ {
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus"], "plugins": ["theme-default", "-lunr", "-search"],
"pluginsConfig": { "pluginsConfig": {
"fontsettings": { "fontsettings": {
"theme": "night", "theme": "night",