Re: search box and page banner when building html

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Richard Swagerman <rswagerman(at)salesforce(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: search box and page banner when building html
Date: 2017-08-29 17:53:29
Message-ID: CABUevEwg5zrhrfX+=zG4Hg_Go5JzhhZSiSwv1kF6B5ZoKSaJ_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, Aug 29, 2017 at 7:52 PM, Richard Swagerman <
rswagerman(at)salesforce(dot)com> wrote:

> When I build the documentation following the instructions from "Building
> The Documentation" in Appendix J, it does not produce the banner and search
> box that are included with the published PostgreSQL documentation at
> https://www.postgresql.org/docs/9.6/static/.
>
> I am using the command:
> make STYLE=website html
>
> Is there a way to get something like the banner and search box included
> when using the generated html?
>
> I would appreciate and suggestions since I am not familiar with building
> websites.
> ...Rick Swagerman
>

For that you'd have to pass it through the website framwork completely
(that's in the pgweb repository on git.postgresql.org -- but a lot more
involved than just a make command)

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message zwhitchcox 2017-08-30 05:07:04 postgres command not found
Previous Message Richard Swagerman 2017-08-29 17:52:10 search box and page banner when building html