Skip to content

Commit 438e72b

Browse files
committed
fixing things + add yarn.lock
1 parent c6bb349 commit 438e72b

File tree

9 files changed

+12069
-49
lines changed

9 files changed

+12069
-49
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ruby '~> 3.3.2'
1010

1111
gem "jekyll", "~> 4.3.3", group: :jekyll_plugins
1212
# If you have any plugins, put them here!
13-
group :jekyll_plugins do
14-
gem "jekyll-feed", "~> 0.12"
15-
end
13+
# group :jekyll_plugins do
14+
# gem "jekyll-feed", "~> 0.12"
15+
# end
1616

1717
gem "jekyll-redirect-from", "~> 0.16.0", group: :jekyll_plugins
1818

Gemfile.lock

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,15 @@ GEM
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.17.1)
14-
ffi (1.17.1-aarch64-linux-gnu)
15-
ffi (1.17.1-aarch64-linux-musl)
16-
ffi (1.17.1-arm-linux-gnu)
17-
ffi (1.17.1-arm-linux-musl)
1813
ffi (1.17.1-arm64-darwin)
19-
ffi (1.17.1-x86-linux-gnu)
20-
ffi (1.17.1-x86-linux-musl)
21-
ffi (1.17.1-x86_64-darwin)
22-
ffi (1.17.1-x86_64-linux-gnu)
23-
ffi (1.17.1-x86_64-linux-musl)
2414
forwardable-extended (2.6.0)
2515
google-protobuf (4.30.2-arm64-darwin)
2616
bigdecimal
2717
rake (>= 13)
2818
http_parser.rb (0.8.0)
2919
i18n (1.14.7)
3020
concurrent-ruby (~> 1.0)
31-
jekyll (4.3.3)
21+
jekyll (4.3.4)
3222
addressable (~> 2.4)
3323
colorator (~> 1.0)
3424
em-websocket (~> 0.5)
@@ -44,8 +34,6 @@ GEM
4434
safe_yaml (~> 1.0)
4535
terminal-table (>= 1.8, < 4.0)
4636
webrick (~> 1.7)
47-
jekyll-feed (0.17.0)
48-
jekyll (>= 3.7, < 5.0)
4937
jekyll-redirect-from (0.16.0)
5038
jekyll (>= 3.3, < 5.0)
5139
jekyll-sass-converter (3.1.0)
@@ -55,60 +43,38 @@ GEM
5543
jekyll_include_plugin (1.3.0)
5644
jekyll (>= 3.5, < 5.0)
5745
liquid (~> 4.0)
58-
kramdown (2.4.0)
59-
rexml
46+
kramdown (2.5.1)
47+
rexml (>= 3.3.9)
6048
kramdown-parser-gfm (1.1.0)
6149
kramdown (~> 2.0)
6250
liquid (4.0.4)
6351
listen (3.9.0)
6452
rb-fsevent (~> 0.10, >= 0.10.3)
6553
rb-inotify (~> 0.9, >= 0.9.10)
66-
mercenary (0.3.6)
54+
mercenary (0.4.0)
6755
pathutil (0.16.2)
6856
forwardable-extended (~> 2.6)
69-
public_suffix (5.1.1)
57+
public_suffix (6.0.1)
7058
rake (13.2.1)
7159
rb-fsevent (0.11.2)
7260
rb-inotify (0.11.1)
7361
ffi (~> 1.0)
7462
rexml (3.4.1)
75-
rouge (3.30.0)
63+
rouge (4.5.1)
7664
safe_yaml (1.0.5)
77-
sass-embedded (1.86.0-arm64-darwin)
65+
sass-embedded (1.86.1-arm64-darwin)
7866
google-protobuf (~> 4.30)
79-
terminal-table (1.8.0)
80-
unicode-display_width (~> 1.1, >= 1.1.1)
81-
unicode-display_width (1.8.0)
67+
terminal-table (3.0.2)
68+
unicode-display_width (>= 1.1.1, < 3)
69+
unicode-display_width (2.6.0)
8270
webrick (1.9.1)
8371

8472
PLATFORMS
85-
aarch64-linux
86-
aarch64-linux-android
87-
aarch64-linux-gnu
88-
aarch64-linux-musl
89-
arm-linux-androideabi
90-
arm-linux-gnu
91-
arm-linux-gnueabihf
92-
arm-linux-musl
93-
arm-linux-musleabihf
9473
arm64-darwin
95-
riscv64-linux-android
96-
riscv64-linux-gnu
97-
riscv64-linux-musl
98-
ruby
99-
x86-linux
100-
x86-linux-gnu
101-
x86-linux-musl
102-
x86_64-darwin
103-
x86_64-linux
104-
x86_64-linux-android
105-
x86_64-linux-gnu
106-
x86_64-linux-musl
10774

10875
DEPENDENCIES
10976
http_parser.rb (~> 0.6.0)
11077
jekyll (~> 4.3.3)
111-
jekyll-feed (~> 0.12)
11278
jekyll-redirect-from (~> 0.16.0)
11379
jekyll_include_plugin (~> 1.3.0)
11480
tzinfo (>= 1, < 3)

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ description: >- # this means to ignore newlines until "baseurl:"
2828
step-by-step tutorials, and best practices that empower you to leverage open
2929
source, no SQL tools for uncovering insights and transforming data.
3030
31+
# Eventually this should be set to https://docs.metabase.com/
32+
# But on github pages while trying it out in the wild,
33+
# that will force us to immediately redirect to a blank page:
3134
url: ""
3235

3336
twitter_username: metabase

_docs/latest/embedding/interactive-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Use this option if you want to send people directly to your SSO login screen (i.
110110

111111
You'll need to set the `src` attribute to your auth endpoint, with a `return_to` parameter pointing to the encoded Metabase URL. For example, to send people to your SSO login page and automatically redirect them to `http://metabase.yourcompany.com/dashboard/1`:
112112

113-
```
113+
``` text
114114
https://metabase.example.com/auth/sso?return_to=http%3A%2F%2Fmetabase.yourcompany.com%2Fdashboard%2F1
115115
```
116116

_docs/latest/questions/query-builder/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This expression would return rows where `Created At` is between January 1, 2020
9292

9393
## List of expressions
9494

95-
See a full list of [expressions][expression-list].
95+
See a full list of [expressions](../expressions-list).
9696

9797
For a tutorial on expressions, see [Custom expressions in the query builder][custom-expressions].
9898

5.32 KB
Loading

0 commit comments

Comments
 (0)