Skip to content

Commit b30d5f8

Browse files
committed
purged docs build output of all the old files
1 parent a715a25 commit b30d5f8

File tree

192 files changed

+99
-2543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+99
-2543
lines changed

build.bat

+14-16
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,20 @@ REM we need wintersmith to build our documentation which in turn needs npm/node
2424
REM installing and calling this locally so that yours and CI's systems do not need to be configured prior to running build.bat
2525

2626

27-
REM if not exist build\tools\Node.js\node.exe (
28-
REM ECHO Local node not found.. Installing..
29-
REM "build\tools\nuget\nuget.exe" "install" "node.js" "-OutputDirectory" "build\tools" "-ExcludeVersion" "-Prerelease"
30-
REM )
31-
REM if not exist build\tools\Npm\node_modules\npm\cli.js (
32-
REM ECHO Local npm not found.. Installing..
33-
REM "build\tools\nuget\nuget.exe" "install" "npm" "-OutputDirectory" "build\tools" "-ExcludeVersion" "-Prerelease"
34-
REM )
35-
REM if not exist build\tools\node_modules\wintersmith\bin\wintersmith (
36-
REM ECHO wintersmith not found.. Installing..
37-
REM cd build\tools
38-
REM
39-
REM "Node.js\node.exe" "Npm\node_modules\npm\cli.js" install wintersmith
40-
REM
41-
REM cd ..\..
42-
REM )
27+
if not exist build\tools\Node.js\node.exe (
28+
ECHO Local node not found.. Installing..
29+
"build\tools\nuget\nuget.exe" "install" "node.js" "-OutputDirectory" "build\tools" "-ExcludeVersion" "-Prerelease"
30+
)
31+
if not exist build\tools\Npm\node_modules\npm\cli.js (
32+
ECHO Local npm not found.. Installing..
33+
"build\tools\nuget\nuget.exe" "install" "npm" "-OutputDirectory" "build\tools" "-ExcludeVersion" "-Prerelease"
34+
)
35+
if not exist build\tools\node_modules\wintersmith\bin\wintersmith (
36+
ECHO wintersmith not found.. Installing..
37+
cd build\tools
38+
"Node.js\node.exe" "Npm\node_modules\npm\cli.js" install wintersmith
39+
cd ..\..
40+
)
4341

4442

4543
SET TARGET="Build"

docs/build/cluster/health.html

-15
This file was deleted.

docs/build/cluster/nodes-info.html

-6
This file was deleted.

docs/build/cluster/nodes-shutdown.html

-3
This file was deleted.

docs/build/cluster/nodes-stats.html

-6
This file was deleted.

docs/build/cluster/state.html

-3
This file was deleted.

docs/build/cluster/update-settings.html

-3
This file was deleted.

0 commit comments

Comments
 (0)