Skip to content

Commit

Permalink
Update extlinks for ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
i80and committed Apr 3, 2020
1 parent 1ed4894 commit 6348cb2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Various roles.

### Changed

- C# driver extlinks now point to 2.10.
- Scala driver extlinks now point to 2.9.

## [v0.4.1] - 2020-04-02

### Added
Expand Down
26 changes: 19 additions & 7 deletions snooty/rstspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ options.image-alt = "string"
help="""Options
- url: the canonical URL of the page without any session variables, parameters, etc.
- title: Title of the article without any branding.
- image: URL of the image that appears when someone shares the content.
- image: URL of the image that appears when someone shares the content.
- type: Type of the media content. Default is website. You probably want article.
"""
example= """.. og::
Expand All @@ -530,8 +530,8 @@ example= """.. og::
:title: Active-Active Application Architectures
:image: http://developer.mongodb.com/images/atf-images/generic/purple.png
A brief description of the content, usually between 2 and 4
sentences. This will displayed below the title of the post on
A brief description of the content, usually between 2 and 4
sentences. This will displayed below the title of the post on
Facebook.
"""
content_type = "block"
Expand Down Expand Up @@ -560,7 +560,7 @@ help = """Embed a chart from MongoDB Charts in your article. Options:
- width: width of the embedded frame
- height: height of the embedded frame
"""
example= """.. charts::
example= """.. charts::
:url: https://charts.mongodb.com/charts-coronavirus-lwlvn
:id: 6f921f0c-a1ee-4106-839c-412fad3c64e7
:autorefresh: 3600
Expand Down Expand Up @@ -739,6 +739,10 @@ type = {domain = "std", name = "term"}
help = """Link to a JIRA ticket."""
type = {link = "https://jira.mongodb.org/browse/%s"}

[role.technical-support]
help = "Link to the MongoDB support site."
type = {link = "https://docs.mongodb.com/manual/support%s"}

[role.community-forum]
help = "Link to the MongoDB Community Forums page."
type = {link = "https://community.mongodb.com/%s"}
Expand All @@ -759,17 +763,25 @@ type = {link = "http://mongodb.github.io/node-mongodb-native/3.5/api/%s"}
help = """Link to a page in the Ruby driver's API reference."""
type = {link = "http://api.mongodb.com/ruby/current/Mongo/%s"}

[role.scala-docs]
help = "Link to a page in the Scala driver's documentation"
type = {link = "http://mongodb.github.io/mongo-scala-driver/2.9%s"}

[role.scala-api]
help = """Link to a page in the Scala driver's API reference."""
type = {link = "http://mongodb.github.io/mongo-scala-driver/2.2/scaladoc/org/mongodb/scala/MongoCollection.html#%s"}
type = {link = "http://mongodb.github.io/mongo-scala-driver/2.9/scaladoc/org/mongodb/scala/MongoCollection.html#%s"}

[role.csharp-docs]
help = """Link to a page in the C# driver's documentation."""
type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.5/reference/%s"}
type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.10/reference/%s"}

[role.csharp-api]
help = """Link to a page in the C# driver's API reference."""
type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/%s.htm"}
type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/%s.htm"}

[role.java-docs]
help = """Link to the Java driver's documentation."""
type = {link = "http://mongodb.github.io/mongo-java-driver/4.0/%s"}

[role.java-async-docs]
help = """Link to the async Java driver's documentation."""
Expand Down

0 comments on commit 6348cb2

Please sign in to comment.