GitBook
Markdown
Documentación
- Nustros apuntes sobre GitBook
- Gitboook help center
- GitBook documentation
- GitBook Toolchain Documentation: This document aims to be a comprehensive guide to GitBook
- Documentation for developers (API & Plugins)
- Can I host my GitBook content on GitHub?
Tutoriales
Videos
- Book publishing for developers with Gitbook by John Stevenson
- A GitBook Introduction
-
Plugins
- GitBook Project Test: This is a GitBook created so as to test the new plugins:
- YouTube video embedding (gitbook-plugin-youtubex).
- Section plugin (gitbook-plugin-sectionx).
- Multiple-choice plugin (gitbook-plugin-mcqx).
- Fill-in-the-blank plugin (gitbook-plugin-fbqx).
- Ace (code editor) plugin (gitbook-plugin-ace). Obsoleto? Parece dar problemas.
- page-toc: da problemas. Salen chivatos en la página HTML
- copy-code-button: quizá sea este el que da problemas. Salen chivatos en la página HTML
Autenticación en los servidores de GitBook
Two-factor auth turned on in Github produces problems authenticating in gitbook
Tópicos y Preguntas
- Killing the server
- On Mac:
lsof -n -i4TCP:35729 | grep LISTEN
orlsof -n -iTCP:$PORT | grep LISTEN
orlsof -n -i:$PORT | grep LISTEN
- On Mac: