Skip to content

Commit

Permalink
update headings and links (metabase#25620)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-bruemmer authored Sep 26, 2022
1 parent 620e1e6 commit 53c79a8
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See [SECURITY.md](./SECURITY.md) for details.

## License

This repository contains the source code for both the Open Source edition of Metabase, released under the AGPL, as well as the [commercial editions of Metabase](https://www.metabase.com/pricing/), which are released under the Metabase Commercial Software License.
This repository contains the source code for both the Open Source edition of Metabase, released under the AGPL, as well as the [commercial editions of Metabase](https://www.metabase.com/pricing), which are released under the Metabase Commercial Software License.

See [LICENSE.txt](./LICENSE.txt) for details.

Expand Down
27 changes: 13 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ Metabase is a deep product with a lot of tools to simplify business intelligence
## Documentation topics

Metabase's reference documentation.
### Installation

### Installation and operation

- [Installation and operation overview](./installation-and-operation/start.md)
- [Installation overview](./installation-and-operation/start.md)
- [Installing Metabase](./installation-and-operation/installing-metabase.md)
- [Upgrading Metabase](./installation-and-operation/upgrading-metabase.md)
- [Configuring the Metabase application database](./installation-and-operation/configuring-application-database.md)
Expand All @@ -55,7 +54,7 @@ Metabase's reference documentation.
- [SSH tunneling](./databases/ssh-tunnel.md)
- [SSL certificate](./databases/ssl-certificates.md)

### Asking questions
### Questions

- [Questions overview](./questions/start.md)

Expand Down Expand Up @@ -100,16 +99,16 @@ Metabase's reference documentation.
- [Formatting defaults](./data-modeling/formatting.md)
- [Segments and metrics](./data-modeling/segments-and-metrics.md)

### Exploration and organization
### Organization

- [Exploration and organization overview](./exploration-and-organization/start.md)
- [Organization overview](./exploration-and-organization/start.md)
- [Basic exploration](./exploration-and-organization/exploration.md)
- [Collections](./exploration-and-organization/collections.md)
- [Events and timelines](./exploration-and-organization/events-and-timelines.md)

### People and groups
### People

- [People and groups overview](./people-and-groups/start.md)
- [People overview](./people-and-groups/start.md)
- [Account settings](./people-and-groups/account-settings.md)
- [Managing people and groups](./people-and-groups/managing.md)
- [Password complexity](./people-and-groups/changing-password-complexity.md)
Expand All @@ -136,17 +135,17 @@ Metabase's reference documentation.
- [Data sandboxes](./permissions/data-sandboxes.md)
- [SQL snippets folder permissions](./permissions/snippets.md)

### Embedding questions and dashboards
### Embedding

- [Embedding overview](./embedding/start.md)
- [Embedding introduction](./embedding/introduction.md)
- [Signed embedding](./embedding/signed-embedding.md)
- [Full-app embedding](./embedding/full-app-embedding.md)
- [Embedding example apps](https://github.com/metabase/embedding-reference-apps)

### Configuring Metabase
### Configuration

- [Configuring Metabase overview](./configuring-metabase/start.md)
- [Configuration overview](./configuring-metabase/start.md)
- [Setting up Metabase](./configuring-metabase/setting-up-metabase.md)
- [General settings](./configuring-metabase/settings.md)
- [Email](./configuring-metabase/email.md)
Expand All @@ -160,9 +159,9 @@ Metabase's reference documentation.
- [Custom maps](./configuring-metabase/custom-maps.md)
- [Customizing the Metabase Jetty webserver](./configuring-metabase/customizing-jetty-webserver.md)

### Usage and performance tools
### Tools

- [Usage and performance tools overview](./usage-and-performance-tools/start.md)
- [Tools overview](./usage-and-performance-tools/start.md)
- [Auditing tools](./usage-and-performance-tools/audit.md)
- [Admin tools](./usage-and-performance-tools/tools.md)

Expand All @@ -171,7 +170,7 @@ Metabase's reference documentation.
- [Metabase API documentation](./api-documentation.md)
- [API tutorial](https://www.metabase.com/learn/administration/metabase-api)

### Troubleshooting guides
### Troubleshooting

- [Troubleshooting guides](./troubleshooting-guide/index.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check out an introduction to the [Metabase API](https://www.metabase.com/learn/a

## API endpoints

_* indicates endpoints used for features available on [paid plans](https://www.metabase.com/pricing/)._
_* indicates endpoints used for features available on [paid plans](https://www.metabase.com/pricing)._


- [Action](api/action.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/configuring-metabase/start.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Configuring Metabase overview"
title: "Configuration overview"
---

# Configuring Metabase overview
# Configuration overview

## [Setting up Metabase](./setting-up-metabase.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-metabase/timezones.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following places where timezones are set can all impact the data you see:
- `Database` - includes global database timezone settings, specific column type settings, and even individual data values.
- `OS & JVM` - on whatever system is running Metabase the timezone settings of the Operating System as well as the Java Virtual Machine can impact your reports.
- `Metabase` - inside Metabase the reporting timezone setting (if set) will influence how your data is reported.
- `Metabase Cloud` - if you need to change the timezone on the server that hosts your Metabase Cloud instance, please [contact support](https://www.metabase.com/help-premium/).
- `Metabase Cloud` - if you need to change the timezone on the server that hosts your Metabase Cloud instance, please [contact support](https://www.metabase.com//help-premium).

To ensure proper reporting it's important that timezones be set consistently in all places. Metabase recommends the following settings:

Expand Down
2 changes: 1 addition & 1 deletion docs/databases/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Although connection details differ database to database, in general you'll need

## Connecting to supported databases

The databases listed below have official drivers maintained by the Metabase team. Customers on [paid plans](https://www.metabase.com/pricing/) will get official support.
The databases listed below have official drivers maintained by the Metabase team. Customers on [paid plans](https://www.metabase.com/pricing) will get official support.

If you don't see your database listed here, see [partner and community drivers](../developers-guide/partner-and-community-drivers.md#partner-drivers).

Expand Down
2 changes: 1 addition & 1 deletion docs/installation-and-operation/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ If you self-host your Metabase instance, we have no access to any of your data,

### Metabase Cloud

If you're a [Metabase Cloud](https://www.metabase.com/pricing/) customer, your [Terms of Service](https://www.metabase.com/license/hosting) include a Data Processing Agreement (DPA).
If you're a [Metabase Cloud](https://www.metabase.com/pricing) customer, your [Terms of Service](https://www.metabase.com/license/hosting) include a Data Processing Agreement (DPA).

[information-collection]: information-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run -d -p 12345:3000 --name metabase metabase/metabase

## Pro or Enterprise quick start

Use this quick start if you have a [license token](../paid-features/activating-the-enterprise-edition.md) for a [paid version](https://www.metabase.com/pricing/) of Metabase, and you want to run Metabase locally. See below for instructions on [running Metabase in production](#production-installation).
Use this quick start if you have a [license token](../paid-features/activating-the-enterprise-edition.md) for a [paid version](https://www.metabase.com/pricing) of Metabase, and you want to run Metabase locally. See below for instructions on [running Metabase in production](#production-installation).

Assuming you have [Docker](https://www.docker.com/) installed and running, get the latest Docker image:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:

To run the free, Open Source version of Metabase via a JAR file, you will need to have a Java Runtime Environment (JRE) installed on your system.

If you have a token for the [Pro or Enterprise editions](https://www.metabase.com/pricing/) of Metabase, see [Activating your Metabase commercial license](../paid-features/activating-the-enterprise-edition.md).
If you have a token for the [Pro or Enterprise editions](https://www.metabase.com/pricing) of Metabase, see [Activating your Metabase commercial license](../paid-features/activating-the-enterprise-edition.md).

## Quick start

Expand Down Expand Up @@ -45,7 +45,7 @@ If Java isn't installed, you'll need to install it before you can run Metabase.

[Download the JAR file for Metabase OSS](https://www.metabase.com/start/oss/jar).

If you want to install the [Pro or Enterprise editions](https://www.metabase.com/pricing/) of Metabase, see [Activating your Metabase commercial license](../paid-features/activating-the-enterprise-edition.md).
If you want to install the [Pro or Enterprise editions](https://www.metabase.com/pricing) of Metabase, see [Activating your Metabase commercial license](../paid-features/activating-the-enterprise-edition.md).

### 3. Create a new directory and move the Metabase JAR into it

Expand Down
2 changes: 1 addition & 1 deletion docs/paid-features/activating-the-enterprise-edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirect_from:

# Activating your Metabase commercial license

The [paid Pro and Enterprise editions](https://www.metabase.com/pricing/) of Metabase are distinct from the free [Open Source edition](../installation-and-operation/running-the-metabase-jar-file.md), so to use your paid features you’ll need to first get a license. And if you want to self-host, you'll need a different JAR or Docker image that you can use to activate the advanced features with your license token.
The [paid Pro and Enterprise editions](https://www.metabase.com/pricing) of Metabase are distinct from the free [Open Source edition](../installation-and-operation/running-the-metabase-jar-file.md), so to use your paid features you’ll need to first get a license. And if you want to self-host, you'll need a different JAR or Docker image that you can use to activate the advanced features with your license token.

## Where to get a license

Expand Down
2 changes: 1 addition & 1 deletion docs/paid-features/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ You can export Metabase application data and use that to spin up new instances p

- [Serialization](../installation-and-operation/serialization.md)

[pricing]: https://www.metabase.com/pricing/
[pricing]: https://www.metabase.com/pricing
2 changes: 1 addition & 1 deletion docs/people-and-groups/managing.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To reset a password for someone, just click the three dots icon next to their ac

### Resetting the admin password

If you're using Metabase Cloud, [contact support](https://www.metabase.com/help-premium/) to reset your admin password.
If you're using Metabase Cloud, [contact support](https://www.metabase.com//help-premium) to reset your admin password.

If you're a Metabase admin and have access to the server console, you can get Metabase to send you a password reset token:

Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting-guide/cant-log-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you can’t solve your problem using the troubleshooting guides:
[cloud-docs]: https://www.metabase.com/cloud/docs/
[config-settings]: ../configuring-metabase/settings.md
[discourse]: https://discourse.metabase.com/
[help-premium]: https://www.metabase.com/help-premium/
[help-premium]: https://www.metabase.com//help-premium
[how-to-delete-an-account]: ../people-and-groups/managing.md#deleting-an-account
[how-to-find-auth-method-for-an-account]: ../people-and-groups/managing.md#checking-someones-auth-method
[how-to-reactivate-account]: ../people-and-groups/managing.md#reactivating-an-account
Expand All @@ -87,7 +87,7 @@ If you can’t solve your problem using the troubleshooting guides:
[known-issues]: ./known-issues.md
[ldap-docs]: ../people-and-groups/google-and-ldap.md#enabling-ldap-authentication
[people-and-groups]: ../people-and-groups/start.md
[pricing]: https://www.metabase.com/pricing/
[pricing]: https://www.metabase.com/pricing
[reset-store-password]: https://store.metabase.com/forgot-password
[saml-docs]: ../people-and-groups/authenticating-with-saml.md
[sandboxing]: ./sandboxing.md
Expand Down
2 changes: 1 addition & 1 deletion src/metabase/cmd/resources/api-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Check out an introduction to the [Metabase API](https://www.metabase.com/learn/a

## API endpoints

_* indicates endpoints used for features available on [paid plans](https://www.metabase.com/pricing/)._
_* indicates endpoints used for features available on [paid plans](https://www.metabase.com/pricing)._

0 comments on commit 53c79a8

Please sign in to comment.