Skip to content

fixing a typo of the word "publishing" #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2016
Merged

fixing a typo of the word "publishing" #1536

merged 1 commit into from
Sep 28, 2016

Conversation

peterbsmyth
Copy link

No description provided.

@SamyPesse SamyPesse merged commit 2e8e4f6 into GitbookIO:master Sep 28, 2016
@SamyPesse
Copy link
Member

Thanks 👍

MarcoHengstenberg added a commit to MarcoHengstenberg/gitbook that referenced this pull request Jan 17, 2017
* Expose markdown/asciidoc extensions to gitbook module

* Fix extsAsciidoc.js

* Bump version to 3.1.1

* Enable long stack support when process.env.CI is true

* add open and browser args to serve command

* disable open by default

* Add method "isFile" and "isReadme" in SummaryArticle

* Add tests for locationUtils.flatten

* Update gitbook-markdown@2.0.0

* Bump version to 3.2.0-pre.0

* Update theme-official for doc

* Reduce size of logo to give room to version number

* Update gitbook-plugin-lunr@1.2.0

* Add back property "output" to page/template context

* Update gitbook-markdown@2.0.1

* Bump version to 3.2.0-pre.1

* Export file model

* Fix reducedObject when default property is undefined

* editPlugin and getPluginConfig

* Fix GitbookIO#1408: fix i18n in website generator and add tests for it

* Update theme-default@1.0.5

* Bump version to 3.2.0

* Add OSX testing on Travis

* Create template for GitHub issues

* Fix command for getting gitbook version

* Fixed typo

* Switch to lerna

* Start basis of gitbook-core

* Add components for injections

* Add action to register a component

* Start architecturing new default theme

* Move gitbook source code to es6 (linted)

* Add compilation ES6 with babel for "gitbook"

* Start bootstraping rendering with react in GitBook

* Fix regression in TemplateBlock

* Fix error during fake rendering

* gitbook-core should also be compiled

* Add task to build gitbook.core.min.js

* Fix build of gitbook.core.min.js

* Update examples.md (GitbookIO#1522)

By adding the Loomio and Enspiral handbook examples

* Add base for gitbook-plugin builder

* Prepare loading of plugin

* Working loading of plugin

* Fix rendering of unsafe injected components

* Fix composition with plugin reducers

* Fix render of UnsafeComponent

* Prepare showing page html

* Fix head extension by plugins

* Add js scripts to html

* First working version in the browser

* Add immutable state for readme/summary

Add shapes for these states

* Base tree rendering for summary

* Provide immutable proptypes

* Start documenting components

* Add flex box components

* Fix core reducer destroying other reducers

* Mark article as active in summary

* Add basic for pjax navigation

* Fix gitbook-plugin permission

* Fix link and navigation click

* Fix reducers mutating the state instead of creating a new one

* Style page with gitbook-markdown-css

* Start designing toolbar

* fixing a typo of the word "publishing" (GitbookIO#1536)

* Add CONTRIBUTING.md

* Use nunjucks@2.5.2

* Update theme-default@1.0.6

* Bump version to 3.2.1

* Fix lerna bootstrap

* Add changes for 3.2.1

* Start search plugin

* Add gitbook-plugin command to create a plugin

* Add npmignore and gitignore to plugin template

* Fix dist command

* Integrate search in default theme

* Fix query action for search

* Start plugin "hints"

* Improve Gitbook.connect to accept a mapActionsToProps

* Base api to use i18n

* Change api for registering components

* Fix js error because of changing API

* Add comment

* Correctly handle page parsing errors

* Rollback to use gitbook-markdown@1.3.2

* Bump version to 3.2.2

* Add fix for handling parsing page errors

* Add action I18n.registerLocales and locales for default theme

* Complete i18n for search plugin

* Fix clear of search

* Include font-awesome in default theme

* Fix font and buttons in default theme

* Add style for search input in default theme

* Fix size of button in toolbar

* Pass actions to thunk acitons

* Sync search with querystring

* Change "init to "activate"

* Fix new api for activate/deactivate

* Use replace of url for search to avoid filling history

* Emit current location when listening

* Clear query in url when search is cleared

* Don't compile tests file with babel

* First handling of templating blocks

* Fix template of plugin to not mention theme

* Add style for plugin hint

* Correctly update page when url changed

* Start new highlight.js plugin

* Complete highlight plugin

* Add base for loading lunr index

* Fix format of lunr results

* Fix search not refreshed when adding an handler

* We trigger current url history only once the page has been mounted

* Fix include of immutable in theme-default

* Replace plugin fontsettings by creating plugin headings 🔨

* Starting gitbook-plugin-sharing

* Add "url" to file

* Add reducer for file in gitbook state

* Store config as immutable in state

* Add class URIIndex to store table path to url

* Generate an url index for generation

* Add "url" to summary articles and files in json representation

* Fix style of toolbar and add title to it

* Update examples.md with Loomio guide (GitbookIO#1550)

* Adapt tests for TemplateBlock

* Remove templating blocks post process

* Add script to bump version

* Prepare for multiple role rendering for ebooks

* Fix scroll for content in default theme

* Add classnames to dependencies for gitbook-plugin-headings

* gitbook-plugin-headings: Add base default options

* gitbook-plugin-headings: Update plugin to display anchors

* gitbook-plugin-headings: Add CSS

* Resolve assets and lunr index before loading

* Adapt plugin headings to use normal links

* Use map.getIn for plugin heading

* Use URIIndex.resolve in resolveLinks modifiers

* Add plugin "copy-code" to default

* Show "copied" text when clicking the copy button

* Fix outline effect on summary articles

* initial commit

* use current domain instead of localhost

* typo

* s/host/hostname

* moved insertion of livereload script tag to the correct place

* Adapt plugin livereload for new APIs

* remove compiledp lugin from git

* Add compiled plugin to gitignore for livereload plugin

* Don't log deprecated when no plugins is using deprecated APIs

* Add timing logs for browser rendering

* Update react-safe-html@0.4.0

* Update nunjucks@2.5.2

* gitbook-plugin create should add eslint config

* Improve performance of plugins listing

* Adapt findInstalled for unit tests

* Add yarn.lock to .gitignore

* Use a single instance of Git for output

* Remove references to plugin resources

* Adapt tests for website rendering and render languages index

* Adapt test for plugins.findForBook

* Use ied instead of npm for installation of plugins

* Adapt test for listDependencies

* Fix error for code blocks without language

* Improve some CSS for default theme

* Enhance display of headings

* Readme should always be generated as "index.html"

* Start changelog

* Add base for new fontsettings plugin

* Revert fontsettings plugin

* Adapt plugin sharing (GitbookIO#1553)

* Reuse old package config

* Add plugin config shape

* Add ButtonGroup to core components

* List all sharing sites

* Displaying buttons from config

* First iteration of Dropdown component (need CSS)

* Using Dropdown for sharing button

* Create HotKeys component

* Move Backdrop to its own file

* Trying a cleaner API for Dropdown

* Add README.md

* livereload: Add missing gitbook-plugin dependency

* sharing: Now use Immutable state

* sharing: Adapt quickly to new Dropdown

* sharing: Fix sharing from dropdown

* Refactor code of plugin sharing

* Refactor Backdrop, Hotkeys and Dropdown

* Start style for dropdowns

* Add support for align HTML attribute

* search: Document search handlers API

* Small tweaks to doc

* Increase content font-size

* Rename "navigation" to "history" and add loading bar

* gitbook-plugin: Add eslint as devDependency

* Normalize style of dropdown

* Fix search input

* Search plugin should provide roles "search:results" and "search:result"

* Fix rendering of search

* Add highlighting for search terms in results

* Limit size of text in search results

* Hook "page" should not be able to edit content but attributes

* Add tests for multiple inline template blocks

* Fix update of page attributes in hook "page"

* Add roles "page:header" and "page:footer"

* Add component tooltip from gitbook-core

* Improve "gitbook-plugin create" to prompt for title/categories

* Normalize Panel in gitbook-core

* Add languages to client side state, and add "current" to json repr

* Replace GitBook.Shapes by GitBook.PropTypes

* Normalize action types in plugins

* Fix display of button in left toolbar

* Add background to dropdown

* Use same react instance between server and gitbook

Fix injection of DOM properties not working on the browser

* Remove react dependencies from "gitbook"

* Add roles "body:wrapper", "toolbar:wrapper", "page:wrapper"

* plugin-lunr: Fix reading page search attributes

* core: Fix HotKeys default keymap

* Clearer doc for File

* search: Clear search with Esc or button

* Add 'emphasis' in 'SUMMARY.md' and trimming (GitbookIO#1566)

* GNU/Linux Calibre installation instruction for ebook (GitbookIO#1533)

Adding details to generating ebook an pdfs in GNU/Linux.

* Export ReactCSSTransitionGroup from gitbook-core

* Use fixed size for sidebar and provide animation

* ReactInjection was moved

* Fixed React version

* plugin-search: Remove react dependency

* plugin: Add CONTRIBUTING.md

* plugin: Display help by default

* core: Remove unused Button.href prop

* plugin: Improve messages for create CLI

* plugin: Add more categories

* Update ied@2.3.6 and ad trailing newline in package.json

* Update url when scrolling in default theme

* History is activated with a setup location

* Debounce scroll watcher in body

* Prevent null as location in history

* correct typo s/serie/series/ (GitbookIO#1638)

* Minor grammar fix (GitbookIO#1642)

* Improve GitHub issue template (GitbookIO#1648)

It is now short and simple, and redirects to the feedback repo if
needed.

* Remove fixed-size font effects in issue template

* Google Analytics spelling error (GitbookIO#1580)

* Updated book.js link (GitbookIO#1591)

The book.js link was pointing to a 404 page. This commit updates the link.

* Removing extra period (GitbookIO#1579)

* Update lerna@2.0.0-beta.31

* Change instruction in readme to mention "yarn"

* Add banner and move images to docs folder

* Improve the readme

* Fix images in readme

* Switch to markup-it for parsing (GitbookIO#1659)

* Start new parsers in gitbook itself

* Update markup-it

* Fix eslint errors

* Adapt basic parsing for summary

* Start tests for summaryFromDocument

* Continue

* Add parsing of glossary

* Add back languages parsing

* Adapt most tests for parsing

* Adapt all tests 🙌

* Adapt travis tests

* Bootstrap lerna before running tests

* Fix lowercase in require (linux)

* Fix command gitbook init

* Fix generation of ready by init command

* Fix generation of summary

* Fix watch after serve

* Add trademark to sidebar

* Add back favicon to default theme

* Open trademark in new tab

* Add tests to changelog

* Clarify the use of {{ book.var }} (GitbookIO#1652)

Fixes GitbookIO#1425

* Adding more tests for (summary <-> document) transformations (GitbookIO#1665)

* Add tests for summaryFromDocument

* Add tests for summaryToDocument

* Add tests for untitled parts (HR)

* Bump version to 4.0.0-alpha.2 🚀

* Add script to publish a new version

* Fix and test Book.getDefaultExt() (GitbookIO#1674)

* Test and fix conversion of empty parts (GitbookIO#1675)

* Test and fix conversion of empty parts

* Cover case of last part empty

* Remove bump script from bootstrapping

* Fix publish script

* Bump version to 4.0.0-alpha.3 🚀
cycomachead added a commit to cycomachead/gitbook that referenced this pull request Jan 16, 2018
* master: (145 commits)
  Bump version to 3.2.3
  Update theme-default to 1.0.7 (fixes GitbookIO#1670)
  Bump version to 3.2.2
  Rollback to use gitbook-markdown@1.3.2
  Correctly handle page parsing errors
  Add comment
  Add changes for 3.2.1
  Bump version to 3.2.1
  Update theme-default@1.0.6
  Use nunjucks@2.5.2
  fixing a typo of the word "publishing" (GitbookIO#1536)
  Update examples.md (GitbookIO#1522)
  Fixed typo
  Fix command for getting gitbook version
  Create template for GitHub issues
  Add OSX testing on Travis
  Bump version to 3.2.0
  Update theme-default@1.0.5
  Fix GitbookIO#1408: fix i18n in website generator and add tests for it
  editPlugin and getPluginConfig
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants