12 Commits

Author SHA1 Message Date
Nuno Faria 4d63f8c927 minor: Add favicon (#20000)
## Which issue does this PR close?

- N/A.

## Rationale for this change

There is no favicon currently set for the DataFusion site.

For example, when searching on Google:
<img width="228" height="139" alt="image"
src="https://github.com/user-attachments/assets/c0d2cd43-26fb-4715-a10c-0e60b7853a0a"
/>

When a tab is opened:
<img width="257" height="42" alt="image"
src="https://github.com/user-attachments/assets/4deb74b1-f29f-4bb5-a18b-d634e8ac0b16"
/>

Adding the logo makes it look nicer.


## What changes are included in this PR?

Added favicon.

## Are these changes tested?

Manual checks.

## Are there any user-facing changes?

No.
2026-01-26 05:19:56 +00:00
Nuno Faria f9cdfea7fe docs: Improve config tables' readability (#19522)
## Which issue does this PR close?

- Closes #19521.

## Rationale for this change

Make the config tables at
https://datafusion.apache.org/user-guide/configs.html easier to read, by
avoiding horizontal scrolling.

Before: 
<img width="1466" height="1001" alt="image"
src="https://github.com/user-attachments/assets/bca9e64a-7d77-4f8c-8a17-78e00669fd6a"
/>

After: 
<img width="1510" height="1051" alt="image"
src="https://github.com/user-attachments/assets/04c7d840-a4c3-4475-879a-31613157f6b4"
/>

Also works well on smaller screens: 
<img width="647" height="700" alt="image"
src="https://github.com/user-attachments/assets/3667e2b6-1ced-47ca-9b8a-a68084a83bfe"
/>


## What changes are included in this PR?

- New css rules (these are only applied to the tables in the Configs
page, every other table remains the same).

## Are these changes tested?

Manual checks.

## Are there any user-facing changes?

No.
2025-12-29 19:13:42 +00:00
Dhanush a393fc7ad9 fix(docs): remove navbar padding breaking ui on mobile (#18402)
## Which issue does this PR close?

NA

## Rationale for this change
I just noticed that an existing css was forcing extra padding in the
navbar, which resulted in breaking the navbar ui in certain small screen
(mobile) devices.

| Old | New (fixed) |
|:---:|:------------:|
| <img width="384" height="120" alt="Screenshot 2025-10-31 at 14-22-44
DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/c4e23471-cfde-4988-b887-13060da9faf1"
/> | <img width="384" height="117" alt="Screenshot 2025-10-31 at
14-23-19 DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/152c7b8d-cf0e-4a62-a616-264398d074a1"
/> |

*notice how the right side navbar element is breaking out of the layout

To replicate this issue  (firefox-browser) :
- Open https://datafusion.apache.org/ in "responsive design mode"
(ctrl+shift+m)
- Select "Galaxy S20 Android 11" or "iPhone 12/13 + Pro iOS 14.6" ...etc
device.

## What changes are included in this PR?
Removed an existing css that was responsible for this behavior.
2025-11-01 02:52:28 +00:00
Dhanush 41566dbbfa feat(docs): enable navbar (#18324)
## Which issue does this PR close?

- Closes #18284.

## What changes are included in this PR?

I've enabled the navbar, which is required to use dark-light mode toggle
and made following changes in the ui

- Removed the existing logo in the side-bar (as it was redundant)
- Removed search bar in the side-bar (as it was conflicting with
navbar's search widget)

<img width="1280" height="939" alt="image"
src="https://github.com/user-attachments/assets/52bebca7-34a6-4a3b-bb30-8aa2ca6e2c8f"
/><br>
<img width="1280" height="939" alt="image"
src="https://github.com/user-attachments/assets/69ce9922-ef78-4b2c-bf6e-36860d170635"
/>
2025-10-31 02:14:57 +00:00
Dhanush 31109e4227 feat(docs): display compatible logo for dark mode (#18197)
## Which issue does this PR close?

- Closes #18190.

## What changes are included in this PR?

This PR adds a new asset (original_dark.svg) which is similar to
original.svg with just a change in text color from black to white, to
support proper logo display in dark mode. It also updates the relevant
files to ensure the correct logo variant is shown depending on the theme
(light or dark).

<img width="3200" height="1632" alt="Screenshot 2025-10-21 at 16-49-35
Apache DataFusion — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/b44a6e38-f7c6-4787-b35a-2361ed1ec9a8"
/>
&nbsp
<img width="3200" height="1632" alt="Screenshot 2025-10-21 at 16-49-43
Apache DataFusion — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/98953a0a-b2eb-4dc7-8acc-018f78a1730d"
/>
2025-10-21 19:56:55 +00:00
Dhanush 155b56e521 fix(docs): resolve extra outline on tables (#18193)
## Which issue does this PR close?

- Closes #18189.

## What changes are included in this PR?

This PR fixes the extra outline extending beyond the table content in
the documentation.

<img width="924" height="240" alt="image"
src="https://github.com/user-attachments/assets/d079ae42-8ce3-4afc-9eaa-bff21069ba83"
/>
2025-10-21 08:27:50 +00:00
Sai Mahendra 0e3d4a7194 docs: fix sidebar overlapping table on configuration page on website (#17738)
* solved bug

* fix:modified css for table overlapping
2025-09-24 01:57:41 +00:00
Andrew Lamb 21e35eeb4e Improve flamegraph profiling instructions (#12521)
* Improve flamegraph profiling instructions

* Update docs/source/library-user-guide/profiling.md

Co-authored-by: kamille <3144148605@qq.com>

---------

Co-authored-by: kamille <3144148605@qq.com>
2024-09-18 08:32:05 -07:00
Pınar 1b924ff2aa NEW Logo (#9385)
* logo images are added

* update guide

* add new image

* Update readme

* Update images

* Move old logo related images to under old_logo folder

---------

Co-authored-by: Mustafa Akur <mustafa.akur@synnada.ai>
2024-03-02 08:44:04 -07:00
Smoothieewastaken c97a0d2ebb Minor: fix multiple typos (#7863)
* fixed multiple typos

* prettier

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2023-10-19 10:32:45 -04:00
Jeffrey 9101d22b2b doc: fix site sidebar logo position (#5990)
* Fix doc site sidebar logo position

* Add padding to logo
2023-04-14 12:16:07 -04:00
QP Hou dcd34c6679 consolidate datafusion docs with sphinx (#993)
* consolidate datafusion docs with sphinx
* added python doc
* combined, cli, user-guide and specification docs into a single datafusion doc

Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
2021-09-14 22:16:31 -07:00