Skip to content

Commit

Permalink
Cleanup website with following (#276)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
shardgupta authored Oct 2, 2024
1 parent 61d51a0 commit 0c3e7f6
Show file tree
Hide file tree
Showing 59 changed files with 13 additions and 4,279 deletions.
5 changes: 1 addition & 4 deletions DOC_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }


---
Expand Down
3 changes: 1 addition & 2 deletions _docs/purpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions _faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
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

0 comments on commit 0c3e7f6

Please sign in to comment.