aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/4_build-first-app.md
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-05-07 12:44:20 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-05-21 21:57:37 +0000
commit6bbc4ed292b187a26537fafc5a206d1d1765727e (patch)
treef5a631e2c7fcf9f16625fc00fb2b1c5264355c75 /docs/part-1/4_build-first-app.md
parent3635b88a18de43bbdd2373259ac65c02bc63c139 (diff)
Renamed XDS Debug files, update devguides-book.yml
For guppy, I renamed the XDS debug procedure files. Also, Removed three files that are not used. I updated the devguides-book.yml file to use the "guppy" version. Change-Id: I623ce1b6021c419742c3a5c311fc5240867660fe Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/part-1/4_build-first-app.md')
-rw-r--r--docs/part-1/4_build-first-app.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md
deleted file mode 100644
index 34f895b..0000000
--- a/docs/part-1/4_build-first-app.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Create your first AGL application
-
-## Prerequisites
-
-- `xds-agent` is running locally on your machine
- (see previous chapter: [Installing XDS client tools](./1_install-client.html) )
-- `xds-server` is running locally in a docker container or is accessible on your
- network (see previous chapter: [Installing XDS server](./2_install-xds-server.html))
-- one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html))
-- XDS configuration is correct: in other words, connection is correctly
- established between `xds-agent` and `xds-server` and no error message is
- displayed when you open XDS Dashboard in a web browser.
-
----
-
-Links to subchapters :
-
-- [Setup](./4-1_build-first-app-setup.html)
-- [Build using command line tool](./4-2_build-first-app-cmd.html)
-- [Build using XDS Dashboard](./4-3_build-first-app-dashboard.html)
-- [Build using a source code editor / IDE](./4-4_build-first-app-ide.html)