Git Product home page Git Product logo

new-website's Introduction

πŸ‘‰ Visit the DatoCMS homepage or see What is DatoCMS?

DatoCMS Website

This is the actual source code for the DatoCMS website at https://www.datocms.com. Feel free to take a look and see how we built it!

If you're starting your own project, we also have many starter templates you can choose from:

https://www.datocms.com/marketplace/starters


What is DatoCMS?

DatoCMS is the REST & GraphQL Headless CMS for the modern web.

Trusted by over 25,000 enterprise businesses, agency partners, and individuals across the world, DatoCMS users create online content at scale from a central hub and distribute it via API. We ❀️ our developers, content editors and marketers!

Quick links:

Our featured repos:

Or see all our public repos

new-website's People

Contributors

arcataroger avatar brohlson avatar dannytce avatar delphaber avatar giuseppeg avatar leerob avatar marcelofinamorvieira avatar marcomezzavilla avatar matjack1 avatar ronakganatra avatar sistrall avatar souljuse avatar spleenteo avatar stefanoverna avatar timer 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

new-website's Issues

Update documentation examples with `curl -g`

@delphaber reported this in another code review:

https://github.com/datocms/api/pull/392#discussion_r1492626061

I think we need to make another change to the website repo, because the curl examples containing square brackets in the URL are not working without the -g option.

From this:

curl 'https://site-api.datocms.com/items?page[offset]=1&page[limit]=2' \
  -H "Authorization: Bearer YOUR-API-TOKEN" \
  -H "Accept: application/json" \
  -H "X-Api-Version: 3"

To this:

curl -g 'https://site-api.datocms.com/items?page[offset]=1&page[limit]=2' \
  -H "Authorization: Bearer YOUR-API-TOKEN" \
  -H "Accept: application/json" \
  -H "X-Api-Version: 3"

[Feature Request] Add in-page anchors for headings in Markdown files

For a long page like https://www.datocms.com/security, we have a lot of headers but no in-page anchors to navigate between them.

This makes it difficult to deep-link to a specific section, like the part talking about 2FA (way down the page, under "What the users can do to protect their account").

I think we should be able to use a couple of react-markdown plugins to automatically accomplish this:

The page Markdown text is at https://github.com/datocms/new-website/blob/master/pages/legal/docs/security.md, and it gets parsed in https://github.com/datocms/new-website/blob/master/pages/security/index.js#L14-L39. The plugins should be able to generate anchors from the Markdown headings and add links to themselves.

How does that sound?


I'll make a PR for that when I have time, unless someone wants to do it sooner?

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.