Skip to content

Commit

Permalink
saas-1155 fix cli docs (#250)
Browse files Browse the repository at this point in the history
 revert line separators on binary files
  • Loading branch information
yaroslav-codefresh authored Dec 19, 2018
1 parent 652d407 commit 97de1bb
Show file tree
Hide file tree
Showing 41 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.svg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
*.pyc binary
*.pdf binary
*.ez binary
*.bz2 binary
*.swp binary
Binary file modified cli.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/themes/docdock/static/fonts/Inconsolata.eot
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Lato-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/RobotoMono-Medium.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/RobotoMono-Regular.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_200.eot
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_200.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_200.woff
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_300.eot
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_300.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/Work_Sans_500.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/fontawesome-webfont.eot
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified docs/themes/docdock/static/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file modified docs/themes/docdock/static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/themes/docdock/static/theme-flex/ribbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.9.7",
"version": "0.9.8",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 97de1bb

Please sign in to comment.