-
Notifications
You must be signed in to change notification settings - Fork 379
Tweek POC - self-hosted release notes #6992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
forstisabella
wants to merge
10
commits into
develop
Choose a base branch
from
IG-tweek-release-notes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7b3ecfe
init test release note page
forstisabella 9692241
WOOO LFG
forstisabella cc98dc4
more styling
forstisabella 23f55f7
functional filter buttons!!!!!!
forstisabella 208dd44
[netlify-build]
forstisabella a2b058d
more styling [netlify-build]
forstisabella 2ee5b77
more fancy formatting [netlify-build]
forstisabella d00f197
add more examples [netlify-build]
forstisabella 83e351d
Apply suggestions from code review [netlify-build]
forstisabella 9f97f5f
format fixes
forstisabella File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
init test release note page
- Loading branch information
commit 7b3ecfe9e6904c68ff3ad15a6aecf09d4dbd8015
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## This manually-generated file powers segment.com/docs/release-notes. | ||
|
||
notes: | ||
- title: Segment Extensions General Availability | ||
slug: "segment-extensions-ga" | ||
description: "Segment Extensions, including dbt and Git Sync, is generally available. Extensions provides third-party integrations that add an automated experience with your existing tools, like dbt labs for syncing models or Git repositories for managing versioning for Segment Workspace changes. dbt Extension is available to all tiers, while Git Sync is available for Team and Business plans. For more information, see Segment's Extensions documentation." | ||
date: "2024-08-16" | ||
plans: | ||
free: true | ||
team: true | ||
business: true | ||
release-stage: | ||
ga: true | ||
product-areas: | ||
segment-app: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Release Notes Test | ||
hide_toc: true | ||
--- | ||
|
||
{% assign notes = site.data.release-notes.notes %} | ||
{% for note in notes %} | ||
<article class="release-note"> | ||
<h2 id="{{note.slug }}">{{ note.title }}</h2> | ||
<div class="release-note__body"> | ||
<main> | ||
<p>{{ note.description }}</p> | ||
</main> | ||
</div> | ||
</article> | ||
{% endfor %} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.