Skip to content

Commit 4dcf4d8

Browse files
committed
feat: add blog post 2
1 parent b083cc0 commit 4dcf4d8

File tree

3 files changed

+428
-24
lines changed

3 files changed

+428
-24
lines changed

config/nav.yml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,35 @@ nav:
1919
###############################################################################
2020
# BookStore
2121
###############################################################################
22-
- BookStore:
23-
- Overview: bookstore/page-0/page-0-intro.md
24-
- Environment Setup: bookstore/page-0.5/pg0.5-env-setup.md
25-
- 1 - Send Review Comment to Broker: bookstore/page-1/pg1-review-svc-1.md
22+
2623
###############################################################################
2724
# Getting started
2825
###############################################################################
2926
- Tutorial:
30-
- Tutorial introduction: getting-started/README.md
31-
- Install Knative using quickstart: getting-started/quickstart-install.md
32-
- Knative Functions:
33-
- About Knative Functions: getting-started/about-knative-functions.md
34-
- Installing Knative Functions: getting-started/install-func.md
35-
- Creating a function: getting-started/create-a-function.md
36-
- Building, running, or deploying a function: getting-started/build-run-deploy-func.md
37-
- Knative Serving:
38-
- Deploying a Knative Service: getting-started/first-service.md
39-
- Autoscaling: getting-started/first-autoscale.md
40-
- Traffic splitting: getting-started/first-traffic-split.md
41-
- Knative Eventing:
42-
- About Knative Eventing: getting-started/getting-started-eventing.md
43-
- Sources, Brokers, and Triggers: getting-started/first-broker.md
44-
- Using a Knative Service as a source: getting-started/first-source.md
45-
- Using Triggers and sinks: getting-started/first-trigger.md
46-
- What's Next?: getting-started/next-steps.md
47-
- Clean Up: getting-started/clean-up.md
27+
- Quickstart:
28+
- Tutorial introduction: getting-started/README.md
29+
- Install Knative using quickstart: getting-started/quickstart-install.md
30+
- Knative Functions:
31+
- About Knative Functions: getting-started/about-knative-functions.md
32+
- Installing Knative Functions: getting-started/install-func.md
33+
- Creating a function: getting-started/create-a-function.md
34+
- Building, running, or deploying a function: getting-started/build-run-deploy-func.md
35+
- Knative Serving:
36+
- Deploying a Knative Service: getting-started/first-service.md
37+
- Autoscaling: getting-started/first-autoscale.md
38+
- Traffic splitting: getting-started/first-traffic-split.md
39+
- Knative Eventing:
40+
- About Knative Eventing: getting-started/getting-started-eventing.md
41+
- Sources, Brokers, and Triggers: getting-started/first-broker.md
42+
- Using a Knative Service as a source: getting-started/first-source.md
43+
- Using Triggers and sinks: getting-started/first-trigger.md
44+
- What's Next?: getting-started/next-steps.md
45+
- Clean Up: getting-started/clean-up.md
46+
- "E2E tutorial: Knative Bookstore":
47+
- Overview: bookstore/page-0/page-0-intro.md
48+
- Environment Setup: bookstore/page-0.5/pg0.5-env-setup.md
49+
- 1 - Send Review Comment to Broker: bookstore/page-1/pg1-review-svc-1.md
50+
- 2 - Create Sentiment Analysis Service: bookstore/page-2/pg2-sentiment-svc.md
4851
###############################################################################
4952
# Installing
5053
###############################################################################

docs/bookstore/page-1/pg1-review-svc-1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,6 @@ Data,
373373

374374
![Image](images/image13.png)
375375

376-
Deploy ML workflow: Sentiment Analysis. Please make sure you pass the Validate test before proceeding. [Copy of 2 - Create Sentiment Analysis Service](https://docs.google.com/document/d/1PTGyeY-4kZHqagjhhCNspX6Xk8Erv4-mLaoUBWOiQtM/edit#heading=h.i4o4yil4sueh)
377-
```
376+
Please make sure you pass the Validate test before proceeding.
377+
378+
[Go to Deploy ML workflow: Sentiment Analysis :fontawesome-solid-paper-plane:](../../bookstore/page-2/pg2-sentiment-svc.md){ .md-button .md-button--primary }

0 commit comments

Comments
 (0)