Skip to content

Commit

Permalink
fixed feature footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Aug 21, 2021
1 parent 9bc6ee8 commit 5ce6cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/docs/features/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment variables (URLs, authentication tokens, some other headers, etc) can

The environment variables can be defined in Environments (found in the top right corner in the header). An environment is simply a list of variables that can be used within the interface of the app. After an environment is created, you need to select it from the list of environments for it to be active.

After defining your environment variables, you can use them using the double curly braces syntax `{{env_var}}`. In the screenshot below, the swapi variable is used in the URL bar using `{{swapi}}`.
After defining your environment variables, you can use them using the double curly braces syntax <code v-pre>{{env_var}}</code>. In the screenshot below, the swapi variable is used in the URL bar using <code v-pre>{{swapi}}</code>.

![altair](https://miro.medium.com/max/5760/1*4FkypN32B8E1K9mJHoKaWA.png)

Expand Down
2 changes: 1 addition & 1 deletion site/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ features:
- title: Extensive plugin system
details: extend the core functionality provided with plugins that can do much more
featuresFooterText: View all features
featuresFooterLink: /docs/features
featuresFooterLink: /docs/features/
contributions:
opencollective:
url: https://opencollective.com/altair
Expand Down

0 comments on commit 5ce6cbe

Please sign in to comment.