Skip to content

Commit 33c6eef

Browse files
committed
Rename JSON-LD context to semantic uplift. Additional steps.
1 parent 875af93 commit 33c6eef

File tree

4 files changed

+4
-41
lines changed

4 files changed

+4
-41
lines changed

Diff for: Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ group :jekyll_plugins do
2222
gem "jekyll-sitemap", "= 1.4.0"
2323
gem "jekyll-relative-links"
2424
gem "jekyll-titles-from-headings"
25+
gem "jekyll-redirect-from"
2526
end
2627

2728
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Diff for: _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ plugins:
3636
- jekyll-sitemap
3737
- jekyll-relative-links
3838
- jekyll-titles-from-headings
39+
- jekyll-redirect-from
3940

4041
include:
4142
- _pages

Diff for: _data/navigation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ docs:
3939
url: /create/documentation
4040
- title: Defining a schema
4141
url: /create/schema
42-
- title: Adding JSON-LD context
43-
url: /create/json-ld-context
42+
- title: Semantic uplift
43+
url: /create/semantic-uplift
4444
- title: Creating examples
4545
url: /create/examples
4646
- title: Validation

Diff for: _pages/create/json-ld-context.md

-39
This file was deleted.

0 commit comments

Comments
 (0)