Skip to content

Commit 805e32f

Browse files
woopgitbook-bot
authored andcommitted
GitBook: [master] 10 pages modified
1 parent 7723192 commit 805e32f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* [Amazon EKS \(with Terraform\)](getting-started/install-feast/kubernetes-amazon-eks-with-terraform.md)
99
* [Connect to Feast](getting-started/connect-to-feast/README.md)
1010
* [Python SDK](getting-started/connect-to-feast/python-sdk.md)
11-
* [Feast CLI](getting-started/connect-to-feast/connecting-to-feast.md)
11+
* [Feast CLI](getting-started/connect-to-feast/feast-cli.md)
1212
* [Learn Feast](getting-started/learn-feast.md)
1313
* [Roadmap](roadmap.md)
1414
* [Changelog](https://github.com/feast-dev/feast/blob/master/CHANGELOG.md)
15-
* [Community](getting-help.md)
15+
* [Community](community.md)
1616

1717
## Concepts
1818

docs/advanced/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following properties configure SSL/TLS. These properties are located in thei
3838
3939
#### Configuring SSL/TLS on Python SDK/CLI
4040

41-
To enable SSL/TLS in the [Feast Python SDK](https://api.docs.feast.dev/python/#feast.client.Client) or [Feast CLI](../getting-started/connect-to-feast/connecting-to-feast.md), set the config options via `feast config`:
41+
To enable SSL/TLS in the [Feast Python SDK](https://api.docs.feast.dev/python/#feast.client.Client) or [Feast CLI](../getting-started/connect-to-feast/feast-cli.md), set the config options via `feast config`:
4242

4343
| Configuration Option | Description |
4444
| :--- | :--- |
@@ -186,7 +186,7 @@ OAuth Provider makes an OAuth [client credentials](https://auth0.com/docs/flows/
186186

187187
#### **Enabling Authentication in Python SDK/CLI**
188188

189-
Configure the [Feast Python SDK](https://api.docs.feast.dev/python/) and [Feast CLI](../getting-started/connect-to-feast/connecting-to-feast.md) to use authentication via `feast config`:
189+
Configure the [Feast Python SDK](https://api.docs.feast.dev/python/) and [Feast CLI](../getting-started/connect-to-feast/feast-cli.md) to use authentication via `feast config`:
190190

191191
```python
192192
$ feast config set enable_auth true

docs/advanced/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This page applies to Feast 0.7. The content may be out of date for Feast 0.8+
55
{% endhint %}
66

7-
If at any point in time you cannot resolve a problem, please see the [Community](../getting-help.md) section for reaching out to the Feast community.
7+
If at any point in time you cannot resolve a problem, please see the [Community](../community.md) section for reaching out to the Feast community.
88

99
### How can I verify that all services are operational?
1010

File renamed without changes.

docs/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contribution Process
22

3-
We use [RFCs](https://en.wikipedia.org/wiki/Request_for_Comments) and [GitHub issues](https://github.com/gojek/feast/issues) to communicate development ideas. The simplest way to contribute to Feast is to leave comments in our [RFCs](https://drive.google.com/drive/u/0/folders/1Lj1nIeRB868oZvKTPLYqAvKQ4O0BksjY) in the [Feast Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA) or our GitHub issues. You will need to join our [Google Group](../getting-help.md) in order to get access.
3+
We use [RFCs](https://en.wikipedia.org/wiki/Request_for_Comments) and [GitHub issues](https://github.com/gojek/feast/issues) to communicate development ideas. The simplest way to contribute to Feast is to leave comments in our [RFCs](https://drive.google.com/drive/u/0/folders/1Lj1nIeRB868oZvKTPLYqAvKQ4O0BksjY) in the [Feast Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA) or our GitHub issues. You will need to join our [Google Group](../community.md) in order to get access.
44

5-
We follow a process of [lazy consensus](http://community.apache.org/committers/lazyConsensus.html). If you believe you know what the project needs then just start development. If you are unsure about which direction to take with development then please communicate your ideas through a GitHub issue or through our [Slack Channel](../getting-help.md) before starting development.
5+
We follow a process of [lazy consensus](http://community.apache.org/committers/lazyConsensus.html). If you believe you know what the project needs then just start development. If you are unsure about which direction to take with development then please communicate your ideas through a GitHub issue or through our [Slack Channel](../community.md) before starting development.
66

77
Please [submit a PR ](https://github.com/gojek/feast/pulls)to the master branch of the Feast repository once you are ready to submit your contribution. Code submission to Feast \(including submission from project maintainers\) require review and approval from maintainers or code owners.
88

docs/getting-started/connect-to-feast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Feast CLI is a command line implementation of the Feast Python SDK.
1919
* Ingest data into Feast
2020
* Manage ingestion jobs
2121

22-
{% page-ref page="connecting-to-feast.md" %}
22+
{% page-ref page="feast-cli.md" %}
2323

2424
### Online Serving Clients
2525

docs/getting-started/connect-to-feast/connecting-to-feast.md renamed to docs/getting-started/connect-to-feast/feast-cli.md

File renamed without changes.

docs/reference/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If Feast is built and running from source, configuration properties can be set d
7575

7676
### 2. Feast CLI and Feast Python SDK
7777

78-
Configuration options for both the [Feast CLI](../getting-started/connect-to-feast/connecting-to-feast.md) and [Feast Python SDK](https://api.docs.feast.dev/python/) can be defined in the following locations, in order of precedence:
78+
Configuration options for both the [Feast CLI](../getting-started/connect-to-feast/feast-cli.md) and [Feast Python SDK](https://api.docs.feast.dev/python/) can be defined in the following locations, in order of precedence:
7979

8080
**1. Command line arguments or initialized arguments:** Passing parameters to the Feast CLI or instantiating the Feast Client object with specific parameters will take precedence above other parameters.
8181

0 commit comments

Comments
 (0)