Git Product home page Git Product logo

d9book's Introduction

Welcome to Drupal at your Fingertips

A modern Drupal quick reference book for developers

In this branch (gh-pages) you are invited to make changes or updates and help move this open source documentation along.

The actual pages are in the book directory while the index file contains the markdown for the home page.

Please fork, edit and submit pull requests as you please.

thanks

Selwyn

views CI CD

Drupal is a registered trademark of Dries Buytaert.

d9book's People

Contributors

alesrebec avatar angrytoast avatar areksuchecki avatar arysom avatar bhanu951 avatar bmartinez287 avatar bronius avatar chadmandoo avatar chx avatar darkdim avatar dependabot[bot] avatar dimitriskr avatar dlufkin avatar hollyjalopy avatar isalmanhaider avatar johnpicozzi avatar lostcarpark avatar maks-oleksyuk avatar manask4 avatar nlighteneddesign avatar pasqualle avatar pheski avatar philipnorton42 avatar pyrello avatar selwynpolit avatar selwynyahoo avatar syzygy333 avatar tyler36 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

d9book's Issues

I need some help with styling

Any front end dev want to help with some styling of the book? Please let me know. It also needs some mobile friendly theming help (if that is even possible for this kind of site).

Standard white background and black text?

The structure looks great with chapters on the left and cool search, and the book itself is an amazing resource, so thanks for that!

I am not a big fan of dark themes, though ... The dark style could be an option, but I think the default should be the standard on the internet: White background with black text.

Analytics not reporting anything

About 3 weeks ago I configured the google analytics with this commit: d93ca0e

Not sure why I see no results from google:

image

Also
image

My phone occasionally pops up messages about lots of users accessing the site. Any analytics gurus out there have any ideas?

Refresh the main page of the repository

Suggestion to update the settings like in the screenshot
image

The result will look like this.
image

This will provide the following benefits:

  • Quick access to the site with a link
  • Keywords and description for better search and promotion on GitHub
  • Hiding unnecessary information

Add example for form api entity autocomplete using a view to search.

I was looking for how to use a view for an entity autocomplete search and didn't see any examples.
Here is how it works:
$form['user'] = [
'#type' => 'entity_autocomplete',
'#target_type' => 'user',
'#selection_handler' => 'views',
'#selection_settings' => [
'view' => [
'view_name' => 'users_view',
'display_name' => 'users',
'arguments' => []
],
'match_operator' => 'CONTAINS'
],
];
I used this reference and confirmed it: https://drupal.stackexchange.com/questions/308870/entity-autocomplete-form-api-field-with-viewsselection-handler

I'm not sure of your contribution guidelines or styleguide but I was looking in this section:
https://selwynpolit.github.io/d9book/book/forms.html

We need a page on how to contribute

Turns out it isn't quite as easy to contribute to this project as I had hoped. From editing directly on github.com to setting the target branch on the pull request to gh-pages, or downloading a copy of the site, editing, committing, pushing and creating a pull request, I suspect it is a little challenging for folks...

It would be great to add a page. Perhaps someone could do a screencast or instructions or both.

Page counter is broken

Each page had a page counter which let folks know how many times it had been read. Unfortunately this broke. Anyone have a good alternative?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.