Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Fixing the website title #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"localized-strings": {
"next": "Next",
"previous": "Previous",
"tagline": "Distributed storage for sequential data",
"tagline": "A scalable and fault tolerant distributed log system",
"API_Intro": "LogDevice API",
"Introduction": "Introduction",
"Concepts": "LogDevice Concepts and architecture",
Expand Down
1 change: 0 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const users = [
const siteConfig = {
title: 'LogDevice' /* title for your website */,
tagline: 'Distributed storage for sequential data',
tagline: 'A scalable and fault tolerant distributed log system',
url: 'https://logdevice.io' /* your website url */,
baseUrl: BASEURL,
cname: "logdevice.io",
Expand Down