Skip to content

Commit b2e069e

Browse files
add next gen configuration
1 parent c883d0e commit b2e069e

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

.github

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Pull Request Info
2+
3+
### Issue JIRA link:
4+
5+
https://jira.mongodb.org/browse/DOCSP-NNNNN
6+
7+
### Docs staging link (requires sign-in on MongoDB Corp SSO):
8+
9+
https://docs-mongodborg-staging.corp.mongodb.com/golang/docsworker-xlarge/NNNNNNNNNNN/
10+
11+
### Self-Review Checklist
12+
13+
- [ ] Is this free of any warnings or errors in the RST?
14+
- [ ] Did you run a spell-check?
15+
- [ ] Did you run a grammar-check?
16+
- [ ] Does it render on staging correctly?
17+
- [ ] Are all the links working?
18+
- [ ] Are the staging links in the PR description updated?

config/redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
define: prefix mongodb-visual-studio/
2+
define: base https://docs.mongodb.com/${prefix}
3+
define: versions main
4+
5+
raw: ${prefix}/ -> ${base}/current/
6+
raw: ${prefix}/main -> ${base}/upcoming/

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name = "visual-studio-extension"
2+
title = "Visual Studio Extension"
3+
4+
[constants]
5+
version = 1.0
6+
full-version = "{+version+}.0"
7+
name = "MongoDB Visual Studio Extension"
8+
home-page = "https://github.com/BorisDog/mongo-csharp-analyzer"

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test Build

worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)