From bf39aa1b1db74ebea03acb31228842ab6230cde7 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 9 Nov 2015 09:58:43 -0800 Subject: [PATCH] Fixed broken links@ --- docs/src/architecture/npm-debug.log | 20 ------------ docs/src/tutorials/index.md | 48 +++++++++++++++-------------- 2 files changed, 25 insertions(+), 43 deletions(-) delete mode 100644 docs/src/architecture/npm-debug.log diff --git a/docs/src/architecture/npm-debug.log b/docs/src/architecture/npm-debug.log deleted file mode 100644 index 0e10982d22..0000000000 --- a/docs/src/architecture/npm-debug.log +++ /dev/null @@ -1,20 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ '/Users/akhenry/.nvm/v0.10.35/bin/node', -1 verbose cli '/Users/akhenry/.nvm/v0.10.35/bin/npm', -1 verbose cli 'run', -1 verbose cli 'docs' ] -2 info using npm@1.4.28 -3 info using node@v0.10.35 -4 error Error: ENOENT, open '/Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json' -5 error If you need help, you may report this *entire* log, -5 error including the npm and node versions, at: -5 error -6 error System Darwin 14.5.0 -7 error command "/Users/akhenry/.nvm/v0.10.35/bin/node" "/Users/akhenry/.nvm/v0.10.35/bin/npm" "run" "docs" -8 error cwd /Users/akhenry/Code/mct/openmctweb/docs/src/architecture -9 error node -v v0.10.35 -10 error npm -v 1.4.28 -11 error path /Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json -12 error code ENOENT -13 error errno 34 -14 verbose exit [ 34, true ] diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index d2f4880f6f..42aedbfb01 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -77,33 +77,34 @@ MCT Web repository) and replace platform/persistence/elastic with example/persistence. #### Bundle Before +```diff +[ + "platform/framework", + "platform/core", + "platform/representation", + "platform/commonUI/about", + "platform/commonUI/browse", + "platform/commonUI/edit", + "platform/commonUI/dialog", + "platform/commonUI/general", + "platform/containment", + "platform/telemetry", + "platform/features/layout", + "platform/features/pages", + "platform/features/plot", + "platform/features/scrolling", + "platform/forms", + "platform/persistence/queue", +-- "platform/persistence/elastic", + "platform/policy", - [ - "platform/framework", - "platform/core", - "platform/representation", - "platform/commonUI/about", - "platform/commonUI/browse", - "platform/commonUI/edit", - "platform/commonUI/dialog", - "platform/commonUI/general", - "platform/containment", - "platform/telemetry", - "platform/features/layout", - "platform/features/pages", - "platform/features/plot", - "platform/features/scrolling", - "platform/forms", - "platform/persistence/queue", - -- "platform/persistence/elastic", - "platform/policy", - - "example/generator" - ] + "example/generator" +] +``` __bundles.json__ #### Bundle After - +```diff [ "platform/framework", "platform/core", @@ -126,6 +127,7 @@ __bundles.json__ ++ "example/persistence", "example/generator" ] +``` __bundles.json__ ### Run a Web Server