-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
443c16f
commit d4ea504
Showing
12 changed files
with
939 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@echo off | ||
set ZIP_FILE=webHelpGO-TUTORIAL2-all.zip | ||
set DEST_FOLDER=dist | ||
|
||
rem 清空dist文件夹 | ||
if exist "%DEST_FOLDER%" ( | ||
echo 清空 %DEST_FOLDER% 文件夹 | ||
rmdir /s /q "%DEST_FOLDER%" | ||
) | ||
|
||
rem 创建dist文件夹 | ||
mkdir "%DEST_FOLDER%" | ||
|
||
rem 解压ZIP文件到dist文件夹 | ||
powershell -Command "Expand-Archive -Path '.\%ZIP_FILE%' -DestinationPath '.\%DEST_FOLDER%'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"entities":{"pages":{"Hello-Go":{"id":"Hello-Go","title":"Hello Go","url":"hello-go.html","level":0,"tabIndex":0},"Basic-Grammar":{"id":"Basic-Grammar","title":"Basic Grammar","url":"basic-grammar.html","level":0,"tabIndex":1}}},"topLevelIds":["Hello-Go","Basic-Grammar"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version='1.0' encoding='UTF-8'?><map version="2.0"><mapID target="Hello-Go.md" url="hello-go.html" default="yes"/><mapID target="Hello-Go" url="hello-go.html" default="yes"/><mapID target="Basic-Grammar.md" url="basic-grammar.html" default="no"/><mapID target="Basic-Grammar" url="basic-grammar.html" default="no"/></map> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"productVersion":"","productId":"go-tutorial","stage":"release","downloadTitle":"Get Go-tutorial","keymaps":{},"searchMaxHits":75,"productName":"Go-tutorial"} |
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<meta charset="utf-8"> | ||
<title>You will be redirected shortly</title> | ||
<meta http-equiv="refresh" content="0; url=hello-go.html"> | ||
<h1>Redirecting…</h1> | ||
<a href="hello-go.html">Click here if you are not redirected.</a> | ||
<script>location = "hello-go.html"</script> | ||
</html> |
Binary file not shown.