Skip to content

Commit

Permalink
Merge pull request #585 from pieces-app/v2_docs_announcement_sublime_…
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
mason-at-pieces authored Oct 22, 2024
2 parents 34d9d45 + 11697bc commit 777f4a8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
24 changes: 19 additions & 5 deletions docs/extensions-plugins/sublime.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,32 @@ import { MiniSpacer } from "/src/components/Spacers";

# Pieces for Developers Sublime Text Plugin

<img
src="https://storage.googleapis.com/hashnode_product_documentation_assets/hashnode_general_assets/sublime_text_banner_v2.png"
alt="Sublime Plugin Banner"
style={{ width: "100%", height: "auto", marginBottom: "20px" }}
/>

We just launched brand new [documentation for the Pieces for Sublime Text Plugin](https://beta.docs.pieces.app/getting-started/extensions-plugins/sublime-plugin)!

Check it out on our new documentation site and leave us some feedback.

<CTAButton
href={pieces_app.links.extensions.sublime}
label={'Get the Sublime Plugin'}
icon={'/assets/sublime_logo.png'}
href="https://beta.docs.pieces.app/getting-started/extensions-plugins/sublime-plugin"
label={'Check out the Sublime V2 Docs'}
type={'secondary'}
/>

<MiniSpacer />
## Getting Started

The Pieces Sublime plugin is your gateway to managing your saved materials in Pieces directly from within Sublime Text. Seamlessly interact with Pieces OS and enhance your workflow like never before.

## Getting Started
<CTAButton
href={pieces_app.links.extensions.sublime}
label={'Get the Sublime Plugin'}
icon={'/assets/sublime_logo.png'}
type={'secondary'}
/>

### Installation

Expand Down
25 changes: 24 additions & 1 deletion docs/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import MainCard from "/src/components/MainCard";

We encourage you to take a look at our [extensive documentation](/) to find quick solutions and assistance.

Didn’t find what you were looking for? We’ve got you covered!
Didn’t find what you were looking for?

We’ve got you covered!

<div className={'support-cards-container'}>
<MainCard
Expand Down Expand Up @@ -66,3 +68,24 @@ You can also check out our [FAQs page](https://docs.pieces.app/faq) for solution
## Still need help? Our support team is here to help!

If you prefer to not use GitHub, please [submit a support ticket](https://getpieces.typeform.com/to/mCjBSIjF#page=docs-support). We appreciate your feedback and will respond to you shortly!

<div style={{ display: 'block', textAlign: 'center' }}>
<a title="Pieces for Developers is a leader in AI Code Generation on G2" href="https://www.g2.com/products/pieces-for-developers/reviews?utm_source=rewards-badge">
<img style={{ width: '125px' }} alt="Pieces for Developers is a leader in AI Code Generation on G2" src="https://images.g2crowd.com/uploads/report_medal/image/1005467/medal.svg" />
</a>
<script>
{`
(function(a, b, c, d) {
window.fetch("https://www.g2.com/products/pieces-for-developers/rating_schema.json")
.then(e => e.json())
.then(f => {
c = a.createElement(b);
c.type = "application/ld+json";
c.text = JSON.stringify(f);
d = a.getElementsByTagName(b)[0];
d.parentNode.insertBefore(c, d);
});
})(document, "script");
`}
</script>
</div>

1 comment on commit 777f4a8

@vercel
Copy link

@vercel vercel bot commented on 777f4a8 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.