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

Design #8

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2564cd5
adding local stylesheet
Vidramage Feb 25, 2022
ff0a310
updating PR with previous code
Vidramage Feb 25, 2022
7824df6
fixes for header and header navigation
Vidramage Feb 26, 2022
d7e5c17
adding fixes for the right hand side links as well as margin and padd…
Vidramage Feb 28, 2022
007fd9b
fixed labels inside navigation with wrong margins creating odd spaces…
Vidramage Mar 1, 2022
6dd163c
added inline styles and media queries for commands detailed view page…
Vidramage Mar 1, 2022
1b36960
added style fixes for fonts on content areas
Vidramage Mar 1, 2022
450efda
added font fixes for navigation to match open sans instead of graphik…
Vidramage Mar 1, 2022
a4c13f5
margin and padding fixes for the header, description and summary on t…
Vidramage Mar 1, 2022
ae68ef9
adding style fixes for max width on the detailed documentation pages
Vidramage Mar 1, 2022
bf83221
added styles for responsive widths and giving appropriate margin
Vidramage Mar 1, 2022
5028be0
margin fix on main area
Vidramage Mar 2, 2022
7bd1036
removing left margin from main element
Vidramage Mar 2, 2022
939ae6e
adding footer and navbar
Vidramage Mar 2, 2022
0c63f0a
removing header text
Vidramage Mar 2, 2022
30c7a61
adding template files to local rather than themes
Vidramage Mar 2, 2022
1b3a4ae
adding fixes for page meta links
Vidramage Mar 2, 2022
94ef8f6
adding footer partial
Vidramage Mar 2, 2022
9e3a107
transferring partials over to local
Vidramage Mar 2, 2022
1479265
pushing up filter fix
Vidramage Mar 3, 2022
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ REDIS_DOC ?= ../redis-doc
# Destination for output content
DEST = ./content/en
# List of files/directories that are just copied as is
GENERIC = _index.html search.md about clients community docs modules tools
GENERIC = _index.html search.md clients community docs modules tools

.PHONY: all
all: $(GENERIC) commands

.PHONY: $(GENERIC)
$(GENERIC):
mkdir -p $(DEST)
Expand Down
Binary file added assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading