Skip to content
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

Cleanup website with following #276

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

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
Cleanup website with following
1. Removed releases documentation as those are very old. New release documentation can be found at https://github.com/babelfish-for-postgresql/babelfish-for-postgresql/releases
2. Removed section on "Unsupported functionality"
3. Removed https://babelfishpg.org/docs/usage/limitations-of-babelfish

Signed-off-by: Shard Gupta <[email protected]>
shardgupta committed Oct 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3e6a116e3fe0a360d0199e91dfc48ec6f1690976
5 changes: 1 addition & 4 deletions DOC_STRUCTURE.md
Original file line number Diff line number Diff line change
@@ -25,10 +25,7 @@ just_the_docs:
faq:
name: FAQ and getting help
nav_fold: true
versions:
name: Releases
nav_fold: true
order: desc

```

Each one of the `collections` attributes points to the folder in which the content resides, prefixed with an underscore. For example:
9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.0.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.1.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.2.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.3.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.4.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-1.5.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-2.1.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-2.1.0a-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-2.2.0-source-x64.markdown

This file was deleted.

9 changes: 0 additions & 9 deletions _artifacts/babelfish/babelfish-2.3.0-source-x64.markdown

This file was deleted.

9 changes: 2 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -114,9 +114,7 @@ just_the_docs:
usage:
name: Using Babelfish
nav_fold: true
limitations:
name: Unsupported Functionality
nav_fold: true

workaround:
name: Migration workarounds
nav_fold: true
@@ -129,10 +127,7 @@ just_the_docs:
faq:
name: FAQ and getting help
nav_fold: true
versions:
name: Releases
nav_fold: true
order: desc


# Enable or disable the site search
# Supports true (default) or false
2 changes: 1 addition & 1 deletion _docs/index.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ permalink: /docs/
This site contains the technical documentation for [Babelfish for PostgreSQL](https://babelfishpg.org/), an [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) and [PostgreSQL](https://www.postgresql.org/about/licence/) open-source project that adds a Microsoft SQL Server-compatible end-point to PostgreSQL. With the addition of Babelfish, PostgreSQL understands T-SQL, SQL Server's proprietary SQL dialect, and supports the TDS communication protocol, so applications originally written for SQL Server may work with PostgreSQL with fewer code changes and without changing database drivers.


[Get started](/getstarted/){: .btn .btn-blue }
[Get started](/docs/installation/compiling-babelfish-from-source/){: .btn .btn-blue }


---
3 changes: 1 addition & 2 deletions _docs/purpose.md
Original file line number Diff line number Diff line change
@@ -33,8 +33,7 @@ By default, to use the following dialects use the following ports:

- PostgreSQL dialect, clients connect to port 5432.

Babelfish runs the Transact-SQL (T-SQL) language with the exceptions documented
in [T-SQL limitations](/docs/usage/limitations-of-babelfish).
Babelfish runs the Transact-SQL (T-SQL) language.


### Join the Babelfish community
4 changes: 0 additions & 4 deletions _faq/index.md
Original file line number Diff line number Diff line change
@@ -14,10 +14,6 @@ Babelfish and Microsoft SQL Server compatibility.

Yes, Babelfish can be used free of charge. It is open-source software, provided under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0) and [PostgreSQL license](https://www.postgresql.org/about/licence/).

## Is Babelfish 100% compatible with Microsoft SQL Server?

The Babelfish community tries to be as compatible as possible but there are some limitations. To learn more about
these limitations, check out our [documentation](/docs/usage/limitations-of-babelfish) for a more detailed description.

Babelfish supports TDS protocol versions 7.1 and higher.

2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<ul class="small-nav">
{%- include nav_item.html text="Source" href="/source/" url_full="/source.html" url_fragment="source" -%}
{%- include nav_item.html text="Documentation" href="/docs" url_full="/docs/" url_fragment="docs" -%}
{%- include nav_item.html text="Get Started" href="/getstarted/" url_full="/getstarted.html" url_fragment="getstarted" -%}
{%- include nav_item.html text="Get Started" href="/docs/installation/compiling-babelfish-from-source/" url_full="/docs/installation/compiling-babelfish-from-source.html" url_fragment="compiling-babelfish-from-source" -%}
</ul>
</div>
</div>
13 changes: 0 additions & 13 deletions _includes/releases/babelfish-1.0.0.md

This file was deleted.

111 changes: 0 additions & 111 deletions _includes/releases/babelfish-1.1.0.md

This file was deleted.

Loading