Skip to content

Commit 50a9992

Browse files
woopShu Heng
authored andcommitted
GitBook: [master] 8 pages modified
1 parent 90c9786 commit 50a9992

File tree

8 files changed

+353
-445
lines changed

8 files changed

+353
-445
lines changed

docs/SUMMARY.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
* [Getting Help](getting-help.md)
77
* [Contributing](contributing.md)
88

9-
## Getting Started
9+
## Installing Feast
10+
11+
* [Overview](installing-feast/overview.md)
12+
* [Docker Compose](installing-feast/docker-compose.md)
13+
* [Google Kubernetes Engine \(GKE\)](installing-feast/gke.md)
14+
15+
## Using Feast
1016

11-
* [Installing Feast](getting-started/installing-feast.md)
1217
* [Using Feast](https://github.com/gojek/feast/blob/master/examples/basic/basic.ipynb)
1318

1419
## Reference

docs/concepts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Architecture
44

5-
![Logical diagram of a typical Feast deployment](.gitbook/assets/basic-architecture-diagram.svg)
5+
![Logical diagram of a typical Feast deployment](.gitbook/assets/basic-architecture-diagram%20%282%29.svg)
66

77
The core components of a Feast deployment are
88

@@ -106,13 +106,13 @@ Feast supports the following types for feature values
106106
* DOUBLE
107107
* FLOAT
108108
* BOOL
109-
* BYTES_LIST
110-
* STRING_LIST
111-
* INT32_LIST
112-
* INT64_LIST
113-
* DOUBLE_LIST
114-
* FLOAT_LIST
115-
* BOOL_LIST
109+
* BYTES\_LIST
110+
* STRING\_LIST
111+
* INT32\_LIST
112+
* INT64\_LIST
113+
* DOUBLE\_LIST
114+
* FLOAT\_LIST
115+
* BOOL\_LIST
116116

117117
## Glossary
118118

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ docker run --rm \
300300

301301
## Code reviews
302302

303-
Code submission to Feast \(including submission from project maintainers\) requires review and approval. Please submit a **pull request** to initiate the code review process. We use [prow](https://github.com/kubernetes/test-infra/tree/master/prow) to manage the testing and reviewing of pull requests. Please refer to [config.yaml](../.prow/config.yaml) for details on the test jobs.
303+
Code submission to Feast \(including submission from project maintainers\) requires review and approval. Please submit a **pull request** to initiate the code review process. We use [prow](https://github.com/kubernetes/test-infra/tree/master/prow) to manage the testing and reviewing of pull requests. Please refer to [config.yaml](https://github.com/gojek/feast/tree/4cd928d1d3b7972b15f0c5dd29593fcedecea9f5/.prow/config.yaml) for details on the test jobs.
304304

305305
## Code conventions
306306

docs/getting-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Chat
44

5-
* Come and chat with us in the [\#Feast Slack channel in the Kubeflow workspace](https://join.slack.com/t/kubeflow/shared_invite/enQtNDg5MTM4NTQyNjczLTdkNTVhMjg1ZTExOWI0N2QyYTQ2MTIzNTJjMWRiOTFjOGRlZWEzODc1NzMwNTMwM2EzNjY1MTFhODczNjk4MTk) and catch up on all things Feast!
5+
* Come and say hello in [\#Feast](https://join.slack.com/t/kubeflow/shared_invite/enQtNDg5MTM4NTQyNjczLTdkNTVhMjg1ZTExOWI0N2QyYTQ2MTIzNTJjMWRiOTFjOGRlZWEzODc1NzMwNTMwM2EzNjY1MTFhODczNjk4MTk) over in the Kubeflow Slack.
66

77
## GitHub
88

0 commit comments

Comments
 (0)