mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 00:52:36 +03:00
Renamed "client" references to "admin"
refs: https://github.com/TryGhost/Toolbox/issues/299 - renamed things that reference Ghost admin as "client" - these things make even less sense in a post core/client world
This commit is contained in:
parent
8502ebb96a
commit
3dec09d7f7
@ -64,7 +64,7 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask('init', 'Install the client dependencies',
|
grunt.registerTask('init', 'Install the admin dependencies',
|
||||||
['shell:npm-install']
|
['shell:npm-install']
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
![](https://github.com/TryGhost/Admin/workflows/Test%20Suite/badge.svg?branch=main)
|
![](https://github.com/TryGhost/Admin/workflows/Test%20Suite/badge.svg?branch=main)
|
||||||
|
|
||||||
This is the home of Ember.js based admin client that ships with [Ghost](https://github.com/tryghost/ghost).
|
This is the home of Ember.js based admin app that ships with [Ghost](https://github.com/tryghost/ghost).
|
||||||
|
|
||||||
**Do you want to set up a Ghost blog?** Check the [getting started guide](https://ghost.org/docs/introduction/)
|
**Do you want to set up a Ghost blog?** Check the [getting started guide](https://ghost.org/docs/introduction/)
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ This is the home of Ember.js based admin client that ships with [Ghost](https://
|
|||||||
|
|
||||||
## Have a bug or issue?
|
## Have a bug or issue?
|
||||||
|
|
||||||
Bugs and issues (even if they only affect the admin client) should be opened on the core [Ghost](https://github.com/tryghost/ghost/issues) repository.
|
Bugs and issues (even if they only affect the admin app) should be opened on the core [Ghost](https://github.com/tryghost/ghost/issues) repository.
|
||||||
|
|
||||||
# Copyright & License
|
# Copyright & License
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Ghost Admin Client
|
# Ghost Admin App
|
||||||
|
|
||||||
Ember.js application used as a client-side admin for the [Ghost](http://ghost.org) blogging platform. This readme is a work in progress guide aimed at explaining the specific nuances of the Ghost Ember app to contributors whose main focus is on this side of things.
|
Ember.js application used as a client-side admin for the [Ghost](http://ghost.org) blogging platform. This readme is a work in progress guide aimed at explaining the specific nuances of the Ghost Ember app to contributors whose main focus is on this side of things.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user