Skip to content

Commit

Permalink
fixed gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mucha committed Jul 14, 2022
1 parent 9eb0b18 commit 77cd125
Show file tree
Hide file tree
Showing 85 changed files with 2,238 additions and 2,644 deletions.
190 changes: 190 additions & 0 deletions .firebase/hosting.ZG9jcw.cache

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "milkman-web"
}
}
2 changes: 1 addition & 1 deletion config.toml
@@ -1,4 +1,4 @@
baseURL = "https://warmuuh.github.io/milkman-web/"
baseURL = "https://milkman.dev/"
title = "Milkman"

publishDir = "docs/"
Expand Down
21 changes: 6 additions & 15 deletions content/en/docs/Features/_index.md
Expand Up @@ -4,7 +4,7 @@ title: "Advanced Features"
linkTitle: "Features"
description: "Description of some more advanced Features of Milkman"
resources:
- src: "**.{png,jpg}"
- src: "**.{png,jpg,gif}"
title: "Image #:counter"
---

Expand All @@ -20,10 +20,7 @@ Description of some more advanced Features of Milkman
* Clicking on the line-symbol expands the node
* Right-Clicking on the line-symbol expands the whole subtree

{{< imgproc folding Resize "x500" >}}
Example of code folding
{{< /imgproc >}}

![Example of code folding](/images/folding.gif)

# Hotkeys

Expand All @@ -42,20 +39,16 @@ Example of code folding
* You can <kbd>CTRL</kbd>+<kbd>C</kbd> selected rows to copy its value
* You can <kbd>CTRL</kbd>+<kbd>V</kbd> multiple rows into a table

{{< imgproc copypaste Resize "x500" >}}
Example of Copy&Paste for tables
{{< /imgproc >}}

![Example of Copy&Paste for tables](/images/copypaste.gif)

# Quick Edit for Variables

* You can highlight variables.
* Clicking on it opens popup for modification/creation
* <kbd>ESC</kbd> hides highlighting

{{< imgproc hightlight Resize "x500" >}}
Example of Quick-edit for variables
{{< /imgproc >}}

![Example of Quick-edit for variables](/images/highlight-vars.gif)

# Keys

Expand All @@ -68,6 +61,4 @@ Example of Quick-edit for variables

you can register libraries to easily look-up and import services from a central registry, such as [APIs.guru](http://apis.guru).

{{< imgproc library Resize "x500" >}}
Example of setting up and using Libraries
{{< /imgproc >}}
![Example of setting up and using Libraries](/images/milkman-library.gif)
4 changes: 1 addition & 3 deletions content/en/docs/Plugins/cli/index.md
Expand Up @@ -15,9 +15,7 @@ you can start it by `mm` on terminal.

# Screenshot

{{< imgproc cli Resize "x500" >}}
Example of a cli session
{{< /imgproc >}}
![Example of a cli session](/images/cli.gif)

# Features

Expand Down
4 changes: 1 addition & 3 deletions content/en/docs/Plugins/grpc/index.md
Expand Up @@ -28,9 +28,7 @@ Example of the Grpc plugin

### Example of Server streaming

{{< imgproc streaming Resize "x500" >}}
Example of Grpc Streaming
{{< /imgproc >}}
![Example of Grpc Streaming](/images/grpc-streaming.gif)


### Client Streaming
Expand Down
4 changes: 1 addition & 3 deletions content/en/docs/Plugins/rest/index.md
Expand Up @@ -20,9 +20,7 @@ Example of the Rest plugin

### Example of Server Sent Events Streaming

{{< imgproc sse Resize "x500" >}}
Example of Server-sent event streaming in the Rest plugin
{{< /imgproc >}}
![Example of Server-sent event streaming in the Rest plugin](/images/sse-streaming.gif)


# Features
Expand Down
5 changes: 1 addition & 4 deletions content/en/docs/Plugins/test/index.md
Expand Up @@ -18,10 +18,7 @@ Just Drag-and-drop requests you want to execute into the test-tab and you are re

## Demo

{{< imgproc plugin Resize "x500" >}}
Example of the Testrunner plugin
{{< /imgproc >}}

![Example of the Testrunner plugin](/images/test-plugin-demo.gif)

## Environment

Expand Down
4 changes: 1 addition & 3 deletions content/en/docs/Plugins/ws/index.md
Expand Up @@ -19,9 +19,7 @@ Support for websocket transport

## Screenshot

{{< imgproc demo Resize "x500" >}}
Example of the Websocket Streaming
{{< /imgproc >}}
![Example of the Websocket Streaming](/images/milkman-ws-demo.gif)


## Note
Expand Down
40 changes: 20 additions & 20 deletions docs/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions docs/blog/2019/10/15/finishing-open-source-projects/index.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/blog/2021/04/27/oauth-support-arrived/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/blog/_print/index.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/blog/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/blog/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – Milkman Blog</title>
<link>https://warmuuh.github.io/milkman-web/blog/</link>
<link>https://milkman.dev/blog/</link>
<description>Recent content in Milkman Blog on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/blog/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/blog/index.xml" rel="self" type="application/rss+xml" />



Expand All @@ -15,10 +15,10 @@

<item>
<title>Blog: oAuth support arrived</title>
<link>https://warmuuh.github.io/milkman-web/blog/2021/04/27/oauth-support-arrived/</link>
<link>https://milkman.dev/blog/2021/04/27/oauth-support-arrived/</link>
<pubDate>Tue, 27 Apr 2021 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2021/04/27/oauth-support-arrived/</guid>
<guid>https://milkman.dev/blog/2021/04/27/oauth-support-arrived/</guid>
<description>


Expand All @@ -38,10 +38,10 @@

<item>
<title>Blog: Finishing Open-Source Projects</title>
<link>https://warmuuh.github.io/milkman-web/blog/2019/10/15/finishing-open-source-projects/</link>
<link>https://milkman.dev/blog/2019/10/15/finishing-open-source-projects/</link>
<pubDate>Tue, 15 Oct 2019 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2019/10/15/finishing-open-source-projects/</guid>
<guid>https://milkman.dev/blog/2019/10/15/finishing-open-source-projects/</guid>
<description>


Expand Down Expand Up @@ -88,10 +88,10 @@

<item>
<title>Blog: Fast Startup in Milkman using AppCds</title>
<link>https://warmuuh.github.io/milkman-web/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</link>
<link>https://milkman.dev/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</link>
<pubDate>Fri, 26 Jul 2019 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</guid>
<guid>https://milkman.dev/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</guid>
<description>


Expand Down
44 changes: 22 additions & 22 deletions docs/blog/knowledge/_print/index.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/blog/knowledge/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/blog/knowledge/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – Knowledge Articles</title>
<link>https://warmuuh.github.io/milkman-web/blog/knowledge/</link>
<link>https://milkman.dev/blog/knowledge/</link>
<description>Recent content in Knowledge Articles on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/blog/knowledge/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/blog/knowledge/index.xml" rel="self" type="application/rss+xml" />



Expand All @@ -15,10 +15,10 @@

<item>
<title>Blog: Finishing Open-Source Projects</title>
<link>https://warmuuh.github.io/milkman-web/blog/2019/10/15/finishing-open-source-projects/</link>
<link>https://milkman.dev/blog/2019/10/15/finishing-open-source-projects/</link>
<pubDate>Tue, 15 Oct 2019 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2019/10/15/finishing-open-source-projects/</guid>
<guid>https://milkman.dev/blog/2019/10/15/finishing-open-source-projects/</guid>
<description>


Expand Down Expand Up @@ -65,10 +65,10 @@

<item>
<title>Blog: Fast Startup in Milkman using AppCds</title>
<link>https://warmuuh.github.io/milkman-web/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</link>
<link>https://milkman.dev/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</link>
<pubDate>Fri, 26 Jul 2019 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</guid>
<guid>https://milkman.dev/blog/2019/07/26/fast-startup-in-milkman-using-appcds/</guid>
<description>


Expand Down
6 changes: 3 additions & 3 deletions docs/blog/knowledge/page/1/index.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://warmuuh.github.io/milkman-web/blog/knowledge/</title>
<link rel="canonical" href="https://warmuuh.github.io/milkman-web/blog/knowledge/">
<title>https://milkman.dev/blog/knowledge/</title>
<link rel="canonical" href="https://milkman.dev/blog/knowledge/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://warmuuh.github.io/milkman-web/blog/knowledge/">
<meta http-equiv="refresh" content="0; url=https://milkman.dev/blog/knowledge/">
</head>
</html>
44 changes: 22 additions & 22 deletions docs/blog/news/_print/index.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions docs/blog/news/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/blog/news/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – News About Milkman</title>
<link>https://warmuuh.github.io/milkman-web/blog/news/</link>
<link>https://milkman.dev/blog/news/</link>
<description>Recent content in News About Milkman on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/blog/news/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/blog/news/index.xml" rel="self" type="application/rss+xml" />



Expand All @@ -15,10 +15,10 @@

<item>
<title>Blog: oAuth support arrived</title>
<link>https://warmuuh.github.io/milkman-web/blog/2021/04/27/oauth-support-arrived/</link>
<link>https://milkman.dev/blog/2021/04/27/oauth-support-arrived/</link>
<pubDate>Tue, 27 Apr 2021 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/blog/2021/04/27/oauth-support-arrived/</guid>
<guid>https://milkman.dev/blog/2021/04/27/oauth-support-arrived/</guid>
<description>


Expand Down
6 changes: 3 additions & 3 deletions docs/blog/news/page/1/index.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://warmuuh.github.io/milkman-web/blog/news/</title>
<link rel="canonical" href="https://warmuuh.github.io/milkman-web/blog/news/">
<title>https://milkman.dev/blog/news/</title>
<link rel="canonical" href="https://milkman.dev/blog/news/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://warmuuh.github.io/milkman-web/blog/news/">
<meta http-equiv="refresh" content="0; url=https://milkman.dev/blog/news/">
</head>
</html>
6 changes: 3 additions & 3 deletions docs/blog/page/1/index.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://warmuuh.github.io/milkman-web/blog/</title>
<link rel="canonical" href="https://warmuuh.github.io/milkman-web/blog/">
<title>https://milkman.dev/blog/</title>
<link rel="canonical" href="https://milkman.dev/blog/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://warmuuh.github.io/milkman-web/blog/">
<meta http-equiv="refresh" content="0; url=https://milkman.dev/blog/">
</head>
</html>
44 changes: 22 additions & 22 deletions docs/blog/releases/_print/index.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions docs/blog/releases/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/blog/releases/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – New Releases</title>
<link>https://warmuuh.github.io/milkman-web/blog/releases/</link>
<link>https://milkman.dev/blog/releases/</link>
<description>Recent content in New Releases on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/blog/releases/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/blog/releases/index.xml" rel="self" type="application/rss+xml" />



Expand Down
40 changes: 20 additions & 20 deletions docs/categories/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/categories/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – Categories</title>
<link>https://warmuuh.github.io/milkman-web/categories/</link>
<link>https://milkman.dev/categories/</link>
<description>Recent content in Categories on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/categories/index.xml" rel="self" type="application/rss+xml" />



Expand Down
42 changes: 21 additions & 21 deletions docs/community/_print/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/community/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/community/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – Community</title>
<link>https://warmuuh.github.io/milkman-web/community/</link>
<link>https://milkman.dev/community/</link>
<description>Recent content in Community on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/community/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/community/index.xml" rel="self" type="application/rss+xml" />



Expand Down
242 changes: 49 additions & 193 deletions docs/docs/_print/index.html

Large diffs are not rendered by default.

122 changes: 29 additions & 93 deletions docs/docs/features/_print/index.html

Large diffs are not rendered by default.

198 changes: 67 additions & 131 deletions docs/docs/features/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/docs/features/index.xml
@@ -1,11 +1,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Milkman – Advanced Features</title>
<link>https://warmuuh.github.io/milkman-web/docs/features/</link>
<link>https://milkman.dev/docs/features/</link>
<description>Recent content in Advanced Features on Milkman</description>
<generator>Hugo -- gohugo.io</generator>

<atom:link href="https://warmuuh.github.io/milkman-web/docs/features/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://milkman.dev/docs/features/index.xml" rel="self" type="application/rss+xml" />



Expand All @@ -15,10 +15,10 @@

<item>
<title>Docs: Slack Integration</title>
<link>https://warmuuh.github.io/milkman-web/docs/features/slack/</link>
<link>https://milkman.dev/docs/features/slack/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://warmuuh.github.io/milkman-web/docs/features/slack/</guid>
<guid>https://milkman.dev/docs/features/slack/</guid>
<description>


Expand All @@ -45,7 +45,7 @@ such as viewing the request as &lt;code&gt;curl&lt;/code&gt;-command or &lt;code


&lt;div class=&#34;card rounded p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 796px&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://warmuuh.github.io/milkman-web/milkman-web/docs/features/slack/slack-preview_hu5ede36050eb0d03a7d628cafa7f99f22_21477_0x500_resize_catmullrom_3.png&#34; width=&#34;786&#34; height=&#34;500&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://milkman.dev/docs/features/slack/slack-preview_hu5ede36050eb0d03a7d628cafa7f99f22_21477_0x500_resize_catmullrom_3.png&#34; width=&#34;786&#34; height=&#34;500&#34;&gt;

&lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
&lt;p class=&#34;card-text&#34;&gt;
Expand All @@ -63,7 +63,7 @@ Preview of a request in slack


&lt;div class=&#34;card rounded p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 745px&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://warmuuh.github.io/milkman-web/milkman-web/docs/features/slack/slack-grpc-render_hu6fcbffdfa0cacf371b2e40ec2ca65e0b_17226_0x500_resize_catmullrom_3.png&#34; width=&#34;735&#34; height=&#34;500&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://milkman.dev/docs/features/slack/slack-grpc-render_hu6fcbffdfa0cacf371b2e40ec2ca65e0b_17226_0x500_resize_catmullrom_3.png&#34; width=&#34;735&#34; height=&#34;500&#34;&gt;

&lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
&lt;p class=&#34;card-text&#34;&gt;
Expand All @@ -81,7 +81,7 @@ Quick-export of a request directly in slack.


&lt;div class=&#34;card rounded p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 745px&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://warmuuh.github.io/milkman-web/milkman-web/docs/features/slack/slack-grpc-render_hu6fcbffdfa0cacf371b2e40ec2ca65e0b_17226_0x500_resize_catmullrom_3.png&#34; width=&#34;735&#34; height=&#34;500&#34;&gt;
&lt;img class=&#34;card-img-top&#34; src=&#34;https://milkman.dev/docs/features/slack/slack-grpc-render_hu6fcbffdfa0cacf371b2e40ec2ca65e0b_17226_0x500_resize_catmullrom_3.png&#34; width=&#34;735&#34; height=&#34;500&#34;&gt;

&lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
&lt;p class=&#34;card-text&#34;&gt;
Expand Down

0 comments on commit 77cd125

Please sign in to comment.