Skip to content

Commit a7f4803

Browse files
committed
add the rest of _docs versions
1 parent a9348bf commit a7f4803

6,149 files changed

Lines changed: 306313 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_docs/v0.42/README.md

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
---
2+
version: v0.42
3+
has_magic_breadcrumbs: true
4+
show_category_breadcrumb: false
5+
show_title_breadcrumb: true
6+
category: 'Table of Contents'
7+
title: README
8+
source_url: 'https://github.com/metabase/metabase/blob/master/docs/README.md'
9+
permalink: /docs/v0.42/index.html
10+
layout: docs
11+
---
12+
13+
## Getting started
14+
15+
- [Getting started][getting-started]
16+
- [A tour of Metabase][tour]
17+
18+
## Troubleshooting and getting help
19+
20+
- [Troubleshooting guides][troubleshooting]
21+
- [Metabase forum][forum]
22+
- [Configuring logging](./operations-guide/log-configuration.html)
23+
24+
## Tutorials and guides
25+
26+
- [Learn Metabase][learn] has a ton of articles on how to use Metabase and level up as a data analyst.
27+
28+
## Installation and operation
29+
30+
- [Installing Metabase](./operations-guide/installing-metabase.html)
31+
- [Setting up Metabase](setting-up-metabase.html)
32+
- [How to upgrade Metabase](./operations-guide/upgrading-metabase.html)
33+
- [Application database](./operations-guide/configuring-application-database.html)
34+
- [Backing up Metabase](./operations-guide/backing-up-metabase-application-data.html)
35+
- [Migrating to a production application database](./operations-guide/migrating-from-h2.html)
36+
- [Running database migrations manually](./operations-guide/running-migrations-manually.html)
37+
- [A word on Java versions](./operations-guide/java-versions.html)
38+
- [How to setup monitoring via JMX](./operations-guide/jmx-monitoring.html)
39+
- [Serialization: copying one Metabase instance to another](./enterprise-guide/serialization.html)
40+
- [Supported browsers](./administration-guide/supported-browsers.html)
41+
42+
## Asking questions
43+
44+
### Query builder
45+
46+
- [Asking questions](./users-guide/04-asking-questions.html)
47+
- [Custom expressions](./users-guide/expressions.html)
48+
- [List of expressions: aggregations and functions](./users-guide/expressions-list.html)
49+
- [Visualizing data](./questions/sharing/visualizing-results.html)
50+
- [Using results to ask new questions](./users-guide/referencing-saved-questions-in-queries.html)
51+
- [Joining data](./users-guide/join.html)
52+
53+
### SQL and native queries
54+
55+
- [The native SQL editor](./users-guide/writing-sql.html)
56+
- [Viewing metadata](./users-guide/12-data-model-reference.html)
57+
- [SQL templates](./users-guide/13-sql-parameters.html)
58+
- [SQL snippets](./users-guide/sql-snippets.html)
59+
60+
### Alerts
61+
62+
- [Setting and getting alerts](./users-guide/15-alerts.html)
63+
64+
## Dashboards
65+
66+
- [Creating dashboards](./users-guide/07-dashboards.html)
67+
- [Dashboard filters](./users-guide/08-dashboard-filters.html)
68+
- [Interactive dashboards](./users-guide/interactive-dashboards.html)
69+
- [Dashboard charts with multiple series](./users-guide/09-multi-series-charting.html)
70+
- [Setting up dashboard subscriptions](./users-guide/dashboard-subscriptions.html)
71+
72+
## Models
73+
74+
- [Models](./users-guide/models.html)
75+
76+
## Collections
77+
78+
- [Sharing and organizing your saved questions](./users-guide/06-sharing-answers.html)
79+
- [Collections](./users-guide/collections.html)
80+
81+
## People and groups
82+
83+
- [Editing your account settings](./users-guide/account-settings.html)
84+
- [Managing people and groups](./administration-guide/04-managing-users.html)
85+
- [Single Sign-on (SSO)](./administration-guide/sso.html)
86+
- [Google Sign-In or LDAP](./administration-guide/10-single-sign-on.html)
87+
- [SAML](./enterprise-guide/authenticating-with-saml.html)
88+
- [JWT](./enterprise-guide/authenticating-with-jwt.html)
89+
- [Password complexity](./operations-guide/changing-password-complexity.html)
90+
- [Session expiration](./operations-guide/changing-session-expiration.html)
91+
92+
## Permissions
93+
94+
- [Permissions overview](./administration-guide/05-setting-permissions.html)
95+
- [Data permissions](./administration-guide/data-permissions.html)
96+
- [Collection permissions](./administration-guide/06-collections.html)
97+
- [Sandboxing data based on user attributes](./enterprise-guide/data-sandboxes.html)
98+
- [SQL snippets folder permissions](./enterprise-guide/sql-snippets.html)
99+
100+
## Embedding questions and dashboards
101+
102+
- [Public links for dashboards and questions](./administration-guide/12-public-links.html)
103+
- [Embedding Metabase in other applications](./administration-guide/13-embedding.html)
104+
- [Embedding the entire Metabase app in your own web app](./enterprise-guide/full-app-embedding.html)
105+
- [Embedding example apps][embedding-ref-apps]
106+
- [White labeling charts (branding)](./enterprise-guide/whitelabeling.html)
107+
108+
## Databases
109+
110+
- [Adding data sources](./administration-guide/01-managing-databases.html)
111+
- [Encrypting your database connection](./operations-guide/encrypting-database-details-at-rest.html)
112+
- [Editing your database metadata](./administration-guide/03-metadata-editing.html)
113+
- [Creating segments and metrics](./administration-guide/07-segments-and-metrics.html)
114+
- [SSH tunneling](./administration-guide/ssh-tunnel-for-database-connections.html)
115+
- [SSL certificate](./administration-guide/secure-database-connections-with-ssl-certificates.html)
116+
117+
## Configuring Metabase
118+
119+
- [Settings](./administration-guide/08-configuration-settings.html)
120+
- [Email](./administration-guide/02-setting-up-email.html)
121+
- [Slack](./administration-guide/09-setting-up-slack.html)
122+
- [Environment variables](./operations-guide/environment-variables.html)
123+
- [Handling timezones](./operations-guide/handling-timezones.html)
124+
- [Customizing the Metabase Jetty Webserver](./operations-guide/customizing-jetty-webserver.html)
125+
- [Default formatting](./administration-guide/19-formatting-settings.html)
126+
- [Localization](./administration-guide/localization.html)
127+
- [Caching query results](./administration-guide/14-caching.html)
128+
- [Custom map settings](./administration-guide/20-custom-maps.html)
129+
130+
## Usage and performance tools
131+
132+
- [Auditing tools](./enterprise-guide/audit.html)
133+
- [Tracking query errors](./enterprise-guide/tools.html)
134+
135+
## Metabase API
136+
137+
- [API reference][api-documentation]
138+
- [API tutorial][api-tutorial]
139+
140+
## Enterprise and Pro editions
141+
142+
- [Getting and activating the Enterprise edition](./enterprise-guide/activating-the-enterprise-edition.html)
143+
- [List of premium features][enterprise]
144+
145+
## Metabase community
146+
147+
- [Metabase forum][forum]
148+
- [Data Bytes][data-bytes]
149+
- [Case studies][case-studies]
150+
- [Blog][blog]
151+
- [Source code repository on GitHub][source-code]
152+
153+
## Documentation guides
154+
155+
- [Users guide](users-guide/start.html)
156+
- [Admin guide](administration-guide/start.html)
157+
- [Operations guide](operations-guide/start.html)
158+
- [Troubleshooting guide][troubleshooting]
159+
- [Developers guide][developers]
160+
161+
## Metabase Cloud
162+
163+
- [Docs specific to our hosted version][cloud]
164+
165+
## Privacy
166+
167+
- [Some info on privacy and GDPR][privacy]
168+
169+
## Reference
170+
171+
- [Anonymous Information Collection Reference][info-collection]
172+
- [Glossary][glossary]
173+
174+
[api-documentation]: ./api-documentation.html
175+
[api-tutorial]: /learn/administration/metabase-api.html
176+
[admin-guide]: administration-guide/start.html
177+
[blog]: /blog
178+
[case-studies]: https://www.metabase.com/case-studies/
179+
[cloud]: /cloud/docs/
180+
[embedding-ref-apps]: https://github.com/metabase/embedding-reference-apps
181+
[enterprise]: enterprise-guide/start.html
182+
[enterprise-landing]: /enterprise
183+
[data-bytes]: /community
184+
[developers]: developers-guide/start.html
185+
[drivers]: developers-guide-drivers.html
186+
[faq]: faq/start.html
187+
[forum]: https://discourse.metabase.com/
188+
[getting-started]: /learn/getting-started/getting-started.html
189+
[glossary]: /glossary.html
190+
[info-collection]: information-collection.html
191+
[learn]: /learn
192+
[operations-guide]: operations-guide/start.html
193+
[privacy]: privacy.html
194+
[source-code]: https://github.com/metabase/metabase
195+
[tour]: /learn/getting-started/tour-of-metabase.html
196+
[troubleshooting]: troubleshooting-guide/index.html
197+
[users-guide]: users-guide/start.html

_docs/v0.42/accessibility.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
version: v0.42
3+
has_magic_breadcrumbs: true
4+
show_category_breadcrumb: false
5+
show_title_breadcrumb: true
6+
category: 'Table of Contents'
7+
title: Accessibility
8+
source_url: 'https://github.com/metabase/metabase/blob/master/docs/accessibility.md'
9+
layout: docs
10+
---
11+
12+
# Accessibility in Metabase
13+
14+
Metabase is not yet fully compliant with [the US federal government's Section 508 standard][508-accessibility]. Some specific areas where Metabase we still have work to do include:
15+
16+
- Metabase doesn't have a method to allow screen readers to skip over repetitive navigation elements.
17+
- Metabase is extremely close but not 100% compliant at providing text equivalents for all non-text elements.
18+
- Most of our form elements are selectable by tabbing through elements.
19+
- Metabase has minimal transition animations in it, but we have not yet tested whether the range of flickering is always between 2 and 55 Hertz. If you've opted for [Reduce Motion / Remove Animation](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion#user_preferences) settings in your OS to take advantage of the `prefers-reduced-motion` CSS media feature, Metabase will disable animations.
20+
- Metabase's data tables do not have row and column headers identified in markup.
21+
- We do not yet have a published description of our accessibility and compatibility features.
22+
- Since Metabase is a React-based web application, it cannot function without scripting (i.e., JavaScript) turned on.
23+
24+
If you'd like to help us address these accessibility gaps, please see [our developers' guide][developers-guide].
25+
26+
[508-accessibility]: https://section508.gov/
27+
[developers-guide]: /docs/latest/developers-guide.html

0 commit comments

Comments
 (0)