Skip to content

Commit 6f9e4d0

Browse files
authored
Merge pull request #5 from contentstack/staging
changes by SRE
2 parents 31bfeb4 + 6baaf3b commit 6f9e4d0

File tree

21,937 files changed

+62
-3176961
lines changed

Some content is hidden

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

21,937 files changed

+62
-3176961
lines changed

.env.local.sample

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
#create environment file name as .env.local
3+
#and place following configuration data.
4+
5+
CONTENTSTACK_API_KEY=YOUR_API_KEY
6+
CONTENTSTACK_DELIVERY_TOKEN=YOUR_DELIVERY_TOKEN
7+
CONTENTSTACK_ENVIRONMENT=YOUR_PUBLISHING_ENVIRONMENT
8+
9+
# For live preview
10+
CONTENTSTACK_MANAGEMENT_TOKEN=
11+
CONTENTSTACK_API_HOST=api.contentstack.io
12+
CONTENTSTACK_APP_HOST=app.contentstack.com
13+
CONTENTSTACK_LIVE_PREVIEW=true
14+
CONTENTSTACK_LIVE_EDIT_TAGS=true
15+
16+
#site-map
17+
NEXT_PUBLIC_HOSTED_URL=http://localhost:3000
18+
# Requires host url for sitemap. Localhost:3000 is set as default value
19+
20+
# For Live preview default value is to true to disable live preview set CONTENTSTACK_LIVE_PREVIEW=false
21+
# For live edit tags default value is set to false to enable live edit tag set CONTENTSTACK_LIVE_EDIT_TAGS=true
22+
# For NA region add CONTENTSTACK_APP_HOST=app.contentstack.com
23+
# For EU region add CONTENTSTACK_APP_HOST=eu-app.contentstack.com
24+
25+
# For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com)

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
.pnpm-debug.log*
27+
28+
# local env files
29+
.env*.local
30+
31+
# vercel
32+
.vercel
33+
34+
# typescript
35+
*.tsbuildinfo

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
* @contentstack/security-admin @contentstack/ecosystem-admin
2+
* @contentstack/security-admin @contentstack/tso-academy-admin

node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/browserslist

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/browserslist-lint

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/ejs

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/eslint

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/jake

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/js-yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)