mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Add FAQ page back to the Documentation page.
Some this disappeared, likely during the conversion to the new website. This adds the FAQ page back in with some fresh content.
This commit is contained in:
@ -37,6 +37,7 @@ sitenav = {
|
||||
{'title': 'Release Notes', 'link': '/docs/release/'},
|
||||
{'title': 'Books', 'link': '/docs/books/'},
|
||||
{'title': 'Online Resources', 'link': '/docs/online-resources/'},
|
||||
{'title': 'FAQ', 'link': '/docs/faq/'},
|
||||
{'title': 'Wiki', 'link': 'https://wiki.postgresql.org'},
|
||||
],
|
||||
'community': [
|
||||
|
@ -1,15 +1,40 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Frequently Asked Questions{%endblock%}
|
||||
{%block title%}FAQ{%endblock%}
|
||||
{%block contents%}
|
||||
|
||||
<h1>Frequently Asked Questions <i class="fa fa-question-circle"></i></h1>
|
||||
|
||||
<h2>General</h2>
|
||||
<h2>General FAQ</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://wiki.postgresql.org/wiki/FAQ">PostgreSQL FAQ</a></li>
|
||||
<li><a href="https://wiki.postgresql.org/wiki/Developer_FAQ">Developer's FAQ</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
What platforms support PostgreSQL? How do I know what version of PostgreSQL
|
||||
I'm running? How do you even pronounce <em>PostgreSQL</em>?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We've received many questions about PostgreSQL through the years and have
|
||||
put together a helpful
|
||||
<a href="https://wiki.postgresql.org/wiki/FAQ" target="_blank">FAQ</a> page
|
||||
to help you out. You can read our FAQ here:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://wiki.postgresql.org/wiki/FAQ" target="_blank">PostgreSQL FAQ</a>
|
||||
</p>
|
||||
|
||||
<h2>PostgreSQL Development FAQ</h2>
|
||||
|
||||
<p>
|
||||
Interested in contributing code to PostgreSQL? Great! We've also put together
|
||||
a
|
||||
<a href="https://wiki.postgresql.org/wiki/Developer_FAQ" target="_blank">FAQ</a>
|
||||
to help you get started developing code for PostgreSQL! You can read the
|
||||
development code here:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://wiki.postgresql.org/wiki/FAQ" target="_blank">PostgreSQL Development FAQ</a>
|
||||
</p>
|
||||
|
||||
<h2>Other FAQs</h2>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user